Merge pull request #112 from udalov/kt2541

KT-2541 VerifyError on substituting type after inheritance from trait
This commit is contained in:
Alex Tkachman
2012-07-27 22:29:02 -07:00
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");
}
}