Approximate expected type before reporting INTEGER_OPERATOR_RESOLVE_WILL_CHANGE
^KT-47447 Fixed
This commit is contained in:
committed by
TeamCityServer
parent
5bfdd5be5f
commit
24bb9a4e14
+6
@@ -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 {
|
||||
|
||||
+6
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user