[FE 1.0] Report INTEGER_OPERATOR_RESOLVE_WILL_CHANGE on calls in parenthesis
^KT-47729 In progress
This commit is contained in:
committed by
TeamCityServer
parent
ea4ab46765
commit
2fb5f776d8
+6
@@ -19877,6 +19877,12 @@ public class DiagnosisCompilerTestFE10TestdataTestGenerated extends AbstractDiag
|
||||
runTest("compiler/testData/diagnostics/tests/numbers/kt47447.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt47729_parenthesis.kt")
|
||||
public void testKt47729_parenthesis() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/numbers/kt47729_parenthesis.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("literalReceiverWithIntegerValueType.kt")
|
||||
public void testLiteralReceiverWithIntegerValueType() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user