FE: add reproducer for KT-54004
This commit is contained in:
committed by
Space Team
parent
80c0c33670
commit
0940707fd4
+6
@@ -35766,6 +35766,12 @@ public class DiagnosisCompilerTestFE10TestdataTestGenerated extends AbstractDiag
|
||||
runTest("compiler/testData/diagnostics/testsWithStdLib/builderInference/typeVariableShouldNotBeFixed.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("unsafeAssignment.kt")
|
||||
public void testUnsafeAssignment() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/testsWithStdLib/builderInference/unsafeAssignment.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("useInferenceInformationFromExtension.kt")
|
||||
public void testUseInferenceInformationFromExtension() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user