testdata fixed

This commit is contained in:
anna
2013-05-06 20:53:07 +02:00
parent 7a549b8d1b
commit be9e2fa9f7
119 changed files with 113 additions and 138 deletions

View File

@@ -31,7 +31,7 @@ class Test {
I i4 = flag ? (() -> 42) : new I() {
@Override
public int m() {
return 0; //To change body of implemented methods use File | Settings | File Templates.
return 0;
}
};
}