KT-2541 VerifyError on substituting type after inheritance from trait
#KT-2541 Fixed
This commit is contained in:
@@ -64,4 +64,8 @@ public class TraitsTest extends CodegenTestCase {
|
||||
public void testTraitFuncCall() {
|
||||
blackBoxFile("traits/traitFuncCall.kt");
|
||||
}
|
||||
|
||||
public void testKt2541() {
|
||||
blackBoxFile("regressions/kt2541.kt");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user