K2: add a black box test for KT-58874 to confirm work also in runtime

This commit is contained in:
Mikhail Glukhikh
2023-11-13 22:24:25 +01:00
committed by Space Team
parent ed53d45307
commit f2ef41dbbd
20 changed files with 135 additions and 0 deletions
@@ -11529,6 +11529,12 @@ public class FirWasmCodegenBoxTestGenerated extends AbstractFirWasmCodegenBoxTes
runTest("compiler/testData/codegen/box/delegatedProperty/referenceEnclosingClassFieldInReceiver2.kt");
}
@Test
@TestMetadata("resolveGetValueWithWholeDelegate.kt")
public void testResolveGetValueWithWholeDelegate() throws Exception {
runTest("compiler/testData/codegen/box/delegatedProperty/resolveGetValueWithWholeDelegate.kt");
}
@Test
@TestMetadata("setAsExtensionFun.kt")
public void testSetAsExtensionFun() throws Exception {
@@ -11529,6 +11529,12 @@ public class K1WasmCodegenBoxTestGenerated extends AbstractK1WasmCodegenBoxTest
runTest("compiler/testData/codegen/box/delegatedProperty/referenceEnclosingClassFieldInReceiver2.kt");
}
@Test
@TestMetadata("resolveGetValueWithWholeDelegate.kt")
public void testResolveGetValueWithWholeDelegate() throws Exception {
runTest("compiler/testData/codegen/box/delegatedProperty/resolveGetValueWithWholeDelegate.kt");
}
@Test
@TestMetadata("setAsExtensionFun.kt")
public void testSetAsExtensionFun() throws Exception {