K1: don't report assignment TYPE_MISMATCH in BI under feature ON

Related to KT-54004
This commit is contained in:
Mikhail Glukhikh
2022-10-22 11:58:47 +02:00
committed by Space Team
parent 6c6d653e85
commit 8e48636b29
12 changed files with 255 additions and 0 deletions
@@ -35858,6 +35858,18 @@ public class DiagnosisCompilerTestFE10TestdataTestGenerated extends AbstractDiag
runTest("compiler/testData/diagnostics/testsWithStdLib/builderInference/unsafeAssignment.kt");
}
@Test
@TestMetadata("unsafeAssignmentExtra.kt")
public void testUnsafeAssignmentExtra() throws Exception {
runTest("compiler/testData/diagnostics/testsWithStdLib/builderInference/unsafeAssignmentExtra.kt");
}
@Test
@TestMetadata("unsafeAssignment_noReport.kt")
public void testUnsafeAssignment_noReport() throws Exception {
runTest("compiler/testData/diagnostics/testsWithStdLib/builderInference/unsafeAssignment_noReport.kt");
}
@Test
@TestMetadata("useInferenceInformationFromExtension.kt")
public void testUseInferenceInformationFromExtension() throws Exception {