testdata fixed

This commit is contained in:
Anna Kozlova
2014-04-16 23:06:29 +02:00
parent 8cd1ee6344
commit cb43848ba1
@@ -60,7 +60,7 @@ class Inheritor extends GrBase {
generateConstructor(true)
myFixture.checkResult """
class Inheritor extends GrBase {
Inheritor(int i) {
public Inheritor(int i) {
super(i);
}
}