blob: fb64906fd49d5457d5d3a14673195d198d1950fa [file] [log] [blame]
TypeDeclaration.all
.size.println('Number of types: ');
TypeDeclaration.all
.first.class.println('Class of the first TD: ');
TypeDeclaration.all
.select(td|td.name = 'Coin')
.size().println('Found classes named Coin: ');