Support MutablePropertyReferenceN supertypes in LambdaInfo
#KT-37087 Fixed
This commit is contained in:
+10
@@ -1556,6 +1556,16 @@ public class BlackBoxInlineCodegenTestGenerated extends AbstractBlackBoxInlineCo
|
||||
runTest("compiler/testData/codegen/boxInline/defaultValues/lambdaInlining/callableReferences/innerClassConstuctorReference.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("mutableBoundPropertyReferenceFromClass.kt")
|
||||
public void testMutableBoundPropertyReferenceFromClass() throws Exception {
|
||||
runTest("compiler/testData/codegen/boxInline/defaultValues/lambdaInlining/callableReferences/mutableBoundPropertyReferenceFromClass.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("mutablePropertyReferenceFromClass.kt")
|
||||
public void testMutablePropertyReferenceFromClass() throws Exception {
|
||||
runTest("compiler/testData/codegen/boxInline/defaultValues/lambdaInlining/callableReferences/mutablePropertyReferenceFromClass.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("privateFunctionReference.kt")
|
||||
public void testPrivateFunctionReference() throws Exception {
|
||||
runTest("compiler/testData/codegen/boxInline/defaultValues/lambdaInlining/callableReferences/privateFunctionReference.kt");
|
||||
|
||||
Reference in New Issue
Block a user