KT-1113 proper typeinfo(javaClass)

This commit is contained in:
Alex Tkachman
2012-01-24 18:11:29 +02:00
parent ad9ee0eda8
commit 7359388725
3 changed files with 33 additions and 2 deletions
@@ -152,4 +152,9 @@ public class TypeInfoTest extends CodegenTestCase {
blackBoxFile("typeInfo/inheritance.jet");
System.out.println(generateToText());
}
public void testkt1113() throws Exception {
blackBoxFile("regressions/kt1113.kt");
System.out.println(generateToText());
}
}