[NI] Decrease priority of Integer Literal Types in type checking
#KT-30446
This commit is contained in:
+5
@@ -2646,6 +2646,11 @@ public class DiagnosticsTestWithStdLibGenerated extends AbstractDiagnosticsTestW
|
||||
runTest("compiler/testData/diagnostics/testsWithStdLib/inference/arrayConstructor.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("integerLiterals.kt")
|
||||
public void testIntegerLiterals() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/testsWithStdLib/inference/integerLiterals.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt11266.kt")
|
||||
public void testKt11266() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/testsWithStdLib/inference/kt11266.kt");
|
||||
|
||||
Reference in New Issue
Block a user