JVM IR: do not optimize properties with -Xno-optimized-callable-references
#KT-50019 Fixed
This commit is contained in:
+6
@@ -11543,6 +11543,12 @@ public class NativeExtBlackBoxTestGenerated extends AbstractNativeBlackBoxTest {
|
||||
runTest("compiler/testData/codegen/box/delegatedProperty/delegateToAnother/kt49793_object.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt50019_noOptimizedCallableReferences.kt")
|
||||
public void testKt50019_noOptimizedCallableReferences() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/delegatedProperty/delegateToAnother/kt50019_noOptimizedCallableReferences.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("mutable.kt")
|
||||
public void testMutable() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user