JVM IR: Optimize static property references (KT-36975)

This commit is contained in:
Steven Schäfer
2020-09-07 17:16:23 +02:00
committed by Alexander Udalov
parent 669fda6b77
commit 4792be2522
9 changed files with 107 additions and 18 deletions
@@ -769,6 +769,11 @@ public class BytecodeTextTestGenerated extends AbstractBytecodeTextTest {
runTest("compiler/testData/codegen/bytecodeText/callableReference/boundPropertyReferenceInInline.kt");
}
@TestMetadata("kt36975.kt")
public void testKt36975() throws Exception {
runTest("compiler/testData/codegen/bytecodeText/callableReference/kt36975.kt");
}
@TestMetadata("nameIntrinsicWithImplicitThis.kt")
public void testNameIntrinsicWithImplicitThis() throws Exception {
runTest("compiler/testData/codegen/bytecodeText/callableReference/nameIntrinsicWithImplicitThis.kt");