KT-43045 mangle function name for fake override with default impl
This commit is contained in:
+5
@@ -15027,6 +15027,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
|
||||
runTest("compiler/testData/codegen/box/inlineClasses/defaultFunctionsFromAnyForInlineClass.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("defaultInterfaceMethodsInInlineClass.kt")
|
||||
public void testDefaultInterfaceMethodsInInlineClass() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/inlineClasses/defaultInterfaceMethodsInInlineClass.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("defaultWithInlineClassArgument.kt")
|
||||
public void testDefaultWithInlineClassArgument() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/inlineClasses/defaultWithInlineClassArgument.kt");
|
||||
|
||||
Reference in New Issue
Block a user