JVM_IR KT-39612 process subexpressions recursively in 'name' lowering
This commit is contained in:
+5
@@ -774,6 +774,11 @@ public class BytecodeTextTestGenerated extends AbstractBytecodeTextTest {
|
||||
runTest("compiler/testData/codegen/bytecodeText/callableReference/kt36975.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt39612.kt")
|
||||
public void testKt39612() throws Exception {
|
||||
runTest("compiler/testData/codegen/bytecodeText/callableReference/kt39612.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("nameIntrinsicWithImplicitThis.kt")
|
||||
public void testNameIntrinsicWithImplicitThis() throws Exception {
|
||||
runTest("compiler/testData/codegen/bytecodeText/callableReference/nameIntrinsicWithImplicitThis.kt");
|
||||
|
||||
Reference in New Issue
Block a user