#KT-2811 Fixed VerifyError on smart-cast 'this'

This commit is contained in:
Natalia.Ukhorskaya
2012-10-23 11:42:44 +04:00
parent a3b86f5f8b
commit a79a31cf01
3 changed files with 32 additions and 3 deletions
@@ -157,6 +157,10 @@ public class TypeInfoTest extends CodegenTestCase {
// System.out.println(generateToText());
}
public void testKt2811() throws Exception {
blackBoxFile("typeInfo/kt2811.kt");
}
public void testInheritance() throws Exception {
blackBoxFile("typeInfo/inheritance.jet");
// System.out.println(generateToText());