KT-45676: fix backing field annotation resolve
This commit is contained in:
committed by
Petukhov Victor
parent
6a586fb731
commit
2cb9d1f287
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user