Add test for obsolete issue

#KT-39588 Obsolete
This commit is contained in:
Mikhail Zarechenskiy
2020-07-05 18:17:44 +03:00
parent 03d5fe8d6c
commit d8f701ee61
8 changed files with 57 additions and 0 deletions
@@ -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");