[tests] prepares Java tests for the language level raise

This commit is contained in:
Roman Shevchenko
2017-03-24 13:19:01 +01:00
parent 05b15f593e
commit 6bd1b92c6e
38 changed files with 129 additions and 166 deletions
@@ -1,10 +1,10 @@
class Test {
interface IInt {
int _();
int m();
}
interface ILong {
long _();
long m();
}
void m(IInt i, Long l) {}