KT-2963 VerifyError using traits with required classes

#KT-2963 Fixed
This commit is contained in:
Alexander Udalov
2012-11-01 15:25:29 +04:00
parent f139b637f3
commit cd35a6626e
3 changed files with 27 additions and 3 deletions
@@ -84,4 +84,8 @@ public class TraitsTest extends CodegenTestCase {
public void testKt1936_2() throws Exception {
blackBoxFile("regressions/kt1936_2.kt");
}
public void testKt2963() {
blackBoxFile("regressions/kt2963.kt");
}
}