[NI] Decrease priority of Integer Literal Types in type checking

#KT-30446
This commit is contained in:
Dmitriy Novozhilov
2019-03-28 15:30:11 +03:00
parent 4a1b9dcc3c
commit 1ac3542036
5 changed files with 61 additions and 1 deletions
@@ -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");