FE: add reproducer for KT-54004
This commit is contained in:
committed by
Space Team
parent
80c0c33670
commit
0940707fd4
Generated
+6
@@ -35856,6 +35856,12 @@ public class DiagnosticTestGenerated extends AbstractDiagnosticTest {
|
||||
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