Add test for obsolete issue
#KT-39588 Obsolete
This commit is contained in:
+5
@@ -10861,6 +10861,11 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
|
||||
runTest("compiler/testData/codegen/box/delegatedProperty/provideDelegate/kt18902.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt39588.kt")
|
||||
public void testKt39588() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/delegatedProperty/provideDelegate/kt39588.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("local.kt")
|
||||
public void testLocal() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/delegatedProperty/provideDelegate/local.kt");
|
||||
|
||||
Reference in New Issue
Block a user