Disabled error checking for if super/sub method has raw types in signature.

This commit is contained in:
Evgeny Gerashchenko
2012-12-10 17:19:31 +04:00
parent c8aa3d9290
commit 1dc928b5db
5 changed files with 182 additions and 8 deletions
@@ -135,6 +135,12 @@ public final class LoadJavaCustomTest extends KotlinTestWithEnvironment {
dir + "RawSuperType.java");
}
public void testSubclassWithRawType() throws Exception {
String dir = PATH + "/subclassWithRawType/";
doTest(dir + "SubclassWithRawType.txt",
dir + "SubclassWithRawType.java");
}
public static class SubclassingKotlinInJavaTest extends KotlinTestWithEnvironment {
@Override
protected JetCoreEnvironment createEnvironment() {