A case for extending a raw Comparator

This commit is contained in:
Andrey Breslav
2012-12-04 17:10:26 +04:00
parent aef96e93cf
commit 932d29e2ef
4 changed files with 46 additions and 1 deletions
@@ -111,4 +111,10 @@ public final class LoadJavaCustomTest extends KotlinTestWithEnvironment {
doTest(dir + "/expected.txt",
javaDir + "/MyEnum.java");
}
public void testRawSuperType() throws Exception {
String dir = PATH + "/rawSuperType/";
doTest(dir + "RawSuperType.txt",
dir + "RawSuperType.java");
}
}