A case for extending a raw Comparator
This commit is contained in:
@@ -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");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user