FIR: Fix bare type case with flexible supertypes
This commit is contained in:
+6
@@ -3901,6 +3901,12 @@ public class DiagnosisCompilerFirTestdataTestGenerated extends AbstractDiagnosis
|
||||
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/fir/analysis-tests/testData/resolve/types"), Pattern.compile("^([^.]+)\\.kt$"), null, true);
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("bareWithFlexibleArg.kt")
|
||||
public void testBareWithFlexibleArg() throws Exception {
|
||||
runTest("compiler/fir/analysis-tests/testData/resolve/types/bareWithFlexibleArg.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("bareWithSubjectTypeAlias.kt")
|
||||
public void testBareWithSubjectTypeAlias() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user