KT-45676: fix backing field annotation resolve

This commit is contained in:
Matthew Gharrity
2021-03-24 12:15:02 -04:00
committed by Petukhov Victor
parent 6a586fb731
commit 2cb9d1f287
3 changed files with 17 additions and 0 deletions
@@ -428,6 +428,11 @@ public class ResolveTestGenerated extends AbstractResolveTest {
runTest("compiler/testData/resolve/regressions/kt300.resolve");
}
@TestMetadata("kt45676.resolve")
public void testKt45676() throws Exception {
runTest("compiler/testData/resolve/regressions/kt45676.resolve");
}
@TestMetadata("objectInsideFun.resolve")
public void testObjectInsideFun() throws Exception {
runTest("compiler/testData/resolve/regressions/objectInsideFun.resolve");