[tests] fixes strange overriding of inner templates; corrects test data

This commit is contained in:
Roman Shevchenko
2018-02-08 18:08:10 +01:00
parent e166a69c7f
commit 36f5ac5335
45 changed files with 63 additions and 86 deletions

View File

@@ -2,4 +2,4 @@ public abstract class Test {
abstract void x();
private void xx(){}
}
}