I don't think this was checked in intentionally

This commit is contained in:
Dmitry Jemerov
2011-07-13 19:32:33 +02:00
parent 324106904c
commit a1e6d16c96
@@ -381,13 +381,3 @@ public class JetStandardClasses {
return arguments.get(arguments.size() - 1).getType();
}
}
class A {
class B {
@Override
public boolean equals(Object obj) {
return A.super.equals(obj); // TODO
}
}
}