[NI] Added test for controversial common system
See KT-23854
This commit is contained in:
@@ -9853,6 +9853,11 @@ public class DiagnosticsTestGenerated extends AbstractDiagnosticsTest {
|
||||
runTest("compiler/testData/diagnostics/tests/inference/commonSystem/nestedLambdas.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("selectFromTwoIncompatibleTypes.kt")
|
||||
public void testSelectFromTwoIncompatibleTypes() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/inference/commonSystem/selectFromTwoIncompatibleTypes.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("theSameFunctionInArgs.kt")
|
||||
public void testTheSameFunctionInArgs() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/inference/commonSystem/theSameFunctionInArgs.kt");
|
||||
|
||||
Generated
+5
@@ -9848,6 +9848,11 @@ public class DiagnosticsUsingJavacTestGenerated extends AbstractDiagnosticsUsing
|
||||
runTest("compiler/testData/diagnostics/tests/inference/commonSystem/nestedLambdas.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("selectFromTwoIncompatibleTypes.kt")
|
||||
public void testSelectFromTwoIncompatibleTypes() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/inference/commonSystem/selectFromTwoIncompatibleTypes.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("theSameFunctionInArgs.kt")
|
||||
public void testTheSameFunctionInArgs() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/inference/commonSystem/theSameFunctionInArgs.kt");
|
||||
|
||||
Reference in New Issue
Block a user