[FE 1.0] Fix false positive INTEGER_OPERATOR_RESOLVE_WILL_CHANGE

^KT-47729 In progress
This commit is contained in:
Dmitriy Novozhilov
2021-07-15 13:07:43 +03:00
committed by TeamCityServer
parent 2fb5f776d8
commit afb7625d0c
11 changed files with 89 additions and 5 deletions
@@ -19877,6 +19877,12 @@ public class DiagnosisCompilerTestFE10TestdataTestGenerated extends AbstractDiag
runTest("compiler/testData/diagnostics/tests/numbers/kt47447.kt");
}
@Test
@TestMetadata("kt47729.kt")
public void testKt47729() throws Exception {
runTest("compiler/testData/diagnostics/tests/numbers/kt47729.kt");
}
@Test
@TestMetadata("kt47729_parenthesis.kt")
public void testKt47729_parenthesis() throws Exception {