K1: don't report assignment TYPE_MISMATCH in BI under feature ON
Related to KT-54004
This commit is contained in:
committed by
Space Team
parent
6c6d653e85
commit
8e48636b29
+12
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user