KT-3853 ISE on resolving function implementation from trait from Java
The fix is simple and dirty, because the related code will be removed soon anyways. Fix is necessary for compiling Kara. #KT-3853 fixed
This commit is contained in:
@@ -138,6 +138,11 @@ public class LoadCompiledKotlinTestGenerated extends AbstractLoadCompiledKotlinT
|
||||
doTestWithAccessors("compiler/testData/loadKotlin/class/InheritSubstitutedMethod.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("InheritTraitWithFunctionParam.kt")
|
||||
public void testInheritTraitWithFunctionParam() throws Exception {
|
||||
doTestWithAccessors("compiler/testData/loadKotlin/class/InheritTraitWithFunctionParam.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("InheritTraitWithParam.kt")
|
||||
public void testInheritTraitWithParam() throws Exception {
|
||||
doTestWithAccessors("compiler/testData/loadKotlin/class/InheritTraitWithParam.kt");
|
||||
|
||||
+5
@@ -140,6 +140,11 @@ public class LazyResolveNamespaceComparingTestGenerated extends AbstractLazyReso
|
||||
doTestCheckingPrimaryConstructorsAndAccessors("compiler/testData/loadKotlin/class/InheritSubstitutedMethod.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("InheritTraitWithFunctionParam.kt")
|
||||
public void testInheritTraitWithFunctionParam() throws Exception {
|
||||
doTestCheckingPrimaryConstructorsAndAccessors("compiler/testData/loadKotlin/class/InheritTraitWithFunctionParam.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("InheritTraitWithParam.kt")
|
||||
public void testInheritTraitWithParam() throws Exception {
|
||||
doTestCheckingPrimaryConstructorsAndAccessors("compiler/testData/loadKotlin/class/InheritTraitWithParam.kt");
|
||||
|
||||
Reference in New Issue
Block a user