K2: add a black box test for KT-58874 to confirm work also in runtime
This commit is contained in:
committed by
Space Team
parent
ed53d45307
commit
f2ef41dbbd
+6
@@ -12572,6 +12572,12 @@ public class FirNativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTe
|
||||
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 {
|
||||
|
||||
+6
@@ -12862,6 +12862,12 @@ public class FirNativeCodegenBoxTestNoPLGenerated extends AbstractNativeCodegenB
|
||||
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 {
|
||||
|
||||
+6
@@ -12428,6 +12428,12 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest
|
||||
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 {
|
||||
|
||||
+6
@@ -12573,6 +12573,12 @@ public class NativeCodegenBoxTestNoPLGenerated extends AbstractNativeCodegenBoxT
|
||||
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 {
|
||||
|
||||
Reference in New Issue
Block a user