[FIR] Analyze bodies of non delegated property accessors without expected type
^KT-53349 Fixed
This commit is contained in:
+6
@@ -3437,6 +3437,12 @@ public class DiagnosisCompilerFirTestdataTestGenerated extends AbstractDiagnosis
|
||||
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/fir/analysis-tests/testData/resolve/properties"), Pattern.compile("^([^.]+)\\.kt$"), null, true);
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("getterWithEarlyReturn.kt")
|
||||
public void testGetterWithEarlyReturn() throws Exception {
|
||||
runTest("compiler/fir/analysis-tests/testData/resolve/properties/getterWithEarlyReturn.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("javaAccessorConversion.kt")
|
||||
public void testJavaAccessorConversion() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user