class Student
{
id;
}
class Student
{
position 72 52 109 42;
}
class One
{
}
class One
{
position 105 81 81 41;
}
class Person
{
}
class Mentor
{
isA Person;
}
class Person
{
position 73 52 109 42;
}
class Mentor
{
position 134 159 109 42;
}
class Student
{
name;
id;
}
class Student
{
position 72 52 109 42;
}
class One
{
position 105 81 81 41;
}
//Failed at: [1,63]
//{"position":{"x":83,"y":198,"width":0,"height":0},"attributes":["String : name", "Integer : idNumber"],"id":"Person","name":"Person"}
class Person { }