FE: add reproducer for KT-54004

This commit is contained in:
Mikhail Glukhikh
2022-10-07 12:21:01 +02:00
committed by Space Team
parent 80c0c33670
commit 0940707fd4
7 changed files with 77 additions and 0 deletions
@@ -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 {