KT-1936 codegen tests for issue which in fact frontend one

This commit is contained in:
Alex Tkachman
2012-08-04 21:20:28 +03:00
parent c4ff8ae452
commit 454f0aaa15
3 changed files with 36 additions and 0 deletions
@@ -76,4 +76,12 @@ public class TraitsTest extends CodegenTestCase {
public void testFinalMethod() throws Exception {
blackBoxFile("traits/finalMethod.jet");
}
public void testKt1936_1() throws Exception {
blackBoxFile("regressions/kt1936_1.kt");
}
public void testKt1936_2() throws Exception {
blackBoxFile("regressions/kt1936_2.kt");
}
}