JVM_IR: handle property references at class level
This commit is contained in:
Generated
+5
@@ -1911,6 +1911,11 @@ public class IrJsCodegenBoxTestGenerated extends AbstractIrJsCodegenBoxTest {
|
||||
runTest("compiler/testData/codegen/box/callableReference/property/genericProperty.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("inEnum.kt")
|
||||
public void testInEnum() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/callableReference/property/inEnum.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("invokePropertyReference.kt")
|
||||
public void testInvokePropertyReference() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/callableReference/property/invokePropertyReference.kt");
|
||||
|
||||
+5
@@ -1911,6 +1911,11 @@ public class JsCodegenBoxTestGenerated extends AbstractJsCodegenBoxTest {
|
||||
runTest("compiler/testData/codegen/box/callableReference/property/genericProperty.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("inEnum.kt")
|
||||
public void testInEnum() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/callableReference/property/inEnum.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("invokePropertyReference.kt")
|
||||
public void testInvokePropertyReference() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/callableReference/property/invokePropertyReference.kt");
|
||||
|
||||
Reference in New Issue
Block a user