KT-2541 VerifyError on substituting type after inheritance from trait

#KT-2541 Fixed
This commit is contained in:
Alexander Udalov
2012-07-27 19:21:27 +04:00
parent f37fae6e29
commit fe1e6fc0d3
3 changed files with 13 additions and 0 deletions
@@ -64,4 +64,8 @@ public class TraitsTest extends CodegenTestCase {
public void testTraitFuncCall() {
blackBoxFile("traits/traitFuncCall.kt");
}
public void testKt2541() {
blackBoxFile("regressions/kt2541.kt");
}
}