Approximate expected type before reporting INTEGER_OPERATOR_RESOLVE_WILL_CHANGE

^KT-47447 Fixed
This commit is contained in:
Dmitriy Novozhilov
2021-06-25 16:33:13 +03:00
committed by TeamCityServer
parent 5bfdd5be5f
commit 24bb9a4e14
7 changed files with 35 additions and 1 deletions
@@ -19497,6 +19497,12 @@ public class FirOldFrontendDiagnosticsTestGenerated extends AbstractFirDiagnosti
runTest("compiler/testData/diagnostics/tests/numbers/kt41679.kt");
}
@Test
@TestMetadata("kt47447.kt")
public void testKt47447() throws Exception {
runTest("compiler/testData/diagnostics/tests/numbers/kt47447.kt");
}
@Test
@TestMetadata("literalReceiverWithIntegerValueType.kt")
public void testLiteralReceiverWithIntegerValueType() throws Exception {
@@ -19497,6 +19497,12 @@ public class FirOldFrontendDiagnosticsWithLightTreeTestGenerated extends Abstrac
runTest("compiler/testData/diagnostics/tests/numbers/kt41679.kt");
}
@Test
@TestMetadata("kt47447.kt")
public void testKt47447() throws Exception {
runTest("compiler/testData/diagnostics/tests/numbers/kt47447.kt");
}
@Test
@TestMetadata("literalReceiverWithIntegerValueType.kt")
public void testLiteralReceiverWithIntegerValueType() throws Exception {