KT-1600: call to non-overriden generic method

This commit is contained in:
Alex Tkachman
2012-05-10 16:45:34 +03:00
parent 711e61cd06
commit 6d2deaa70c
3 changed files with 17 additions and 0 deletions
@@ -75,4 +75,8 @@ public class ObjectGenTest extends CodegenTestCase {
public void testKt1186() throws Exception {
blackBoxFile("regressions/kt1186.kt");
}
public void testKt1600() throws Exception {
blackBoxFile("regressions/kt1600.kt");
}
}