[FIR] add tests on annotations for delegated getter during implicit type phase
^KT-62874
This commit is contained in:
committed by
Space Team
parent
11e7500d9e
commit
1b636bf450
Generated
+12
@@ -9556,6 +9556,18 @@ public class DiagnosticTestGenerated extends AbstractDiagnosticTest {
|
||||
runTest("compiler/testData/diagnostics/tests/delegatedProperty/defaultSetter.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("delegateWithAnnotationOnAccessorWithExplicitType.kt")
|
||||
public void testDelegateWithAnnotationOnAccessorWithExplicitType() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/delegatedProperty/delegateWithAnnotationOnAccessorWithExplicitType.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("delegateWithAnnotationOnAccessorWithImplicitType.kt")
|
||||
public void testDelegateWithAnnotationOnAccessorWithImplicitType() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/delegatedProperty/delegateWithAnnotationOnAccessorWithImplicitType.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("delegatedPropertyOverridedInTrait.kt")
|
||||
public void testDelegatedPropertyOverridedInTrait() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user