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
+5
@@ -12703,6 +12703,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
|
||||
runTest("compiler/testData/codegen/box/delegatedProperty/referenceEnclosingClassFieldInReceiver2.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("resolveGetValueWithWholeDelegate.kt")
|
||||
public void testResolveGetValueWithWholeDelegate() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/delegatedProperty/resolveGetValueWithWholeDelegate.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("setAsExtensionFun.kt")
|
||||
public void testSetAsExtensionFun() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/delegatedProperty/setAsExtensionFun.kt");
|
||||
|
||||
Reference in New Issue
Block a user