class Base (){
void _value = 1336
}
void value_between = 1337
class String (Base){
void another_check = 1338
}
class Integer(Base) {}
class Boolean (Base) {}
class Token (String a, String b, String c) {}
class Trip2 () {
int inside_class_without_extends = 1
}
//moooi
void ** pony = 5
void ** brony = 5
Boolean mytest = 1335
// END FILE