[FIR2IR] Fix adapted callable reference to nested class constructor
^KT-56829 Fixed
This commit is contained in:
committed by
Space Team
parent
e0baeb53db
commit
c4255cdb0f
+5
@@ -2850,6 +2850,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
|
||||
runTest("compiler/testData/codegen/box/callableReference/adaptedReferences/manyDefaultsAndVararg.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("nestedClassConstructorWithDefault.kt")
|
||||
public void testNestedClassConstructorWithDefault() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/callableReference/adaptedReferences/nestedClassConstructorWithDefault.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("noAdaptedReferencesIfNoOptimizedReferencesEnabled.kt")
|
||||
public void testNoAdaptedReferencesIfNoOptimizedReferencesEnabled() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/callableReference/adaptedReferences/noAdaptedReferencesIfNoOptimizedReferencesEnabled.kt");
|
||||
|
||||
Reference in New Issue
Block a user