[FIR] add testcase for KT-62031
This commit is contained in:
committed by
Space Team
parent
d98da87278
commit
e2252f5e6b
+6
@@ -248,6 +248,12 @@ public class DiagnosticCompilerTestFirTestdataTestGenerated extends AbstractDiag
|
||||
runTest("compiler/fir/analysis-tests/testData/resolve/flexibleCapturedType.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("flexibleTypeRendering.kt")
|
||||
public void testFlexibleTypeRendering() throws Exception {
|
||||
runTest("compiler/fir/analysis-tests/testData/resolve/flexibleTypeRendering.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("ft.kt")
|
||||
public void testFt() throws Exception {
|
||||
|
||||
+6
@@ -248,6 +248,12 @@ public class LLFirPreresolvedReversedDiagnosticCompilerFirTestDataTestGenerated
|
||||
runTest("compiler/fir/analysis-tests/testData/resolve/flexibleCapturedType.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("flexibleTypeRendering.kt")
|
||||
public void testFlexibleTypeRendering() throws Exception {
|
||||
runTest("compiler/fir/analysis-tests/testData/resolve/flexibleTypeRendering.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("ft.kt")
|
||||
public void testFt() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user