Small fixes after review: do not set is_pure=true for named constants refactoring
This commit is contained in:
@@ -2779,6 +2779,11 @@ public class JetDiagnosticsTestGenerated extends AbstractDiagnosticsTestWithEage
|
||||
doTest("compiler/testData/diagnostics/tests/evaluate/numberBinaryOperationsCall.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("numberBinaryOperationsInfixCall.kt")
|
||||
public void testNumberBinaryOperationsInfixCall() throws Exception {
|
||||
doTest("compiler/testData/diagnostics/tests/evaluate/numberBinaryOperationsInfixCall.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("otherOverflow.kt")
|
||||
public void testOtherOverflow() throws Exception {
|
||||
doTest("compiler/testData/diagnostics/tests/evaluate/otherOverflow.kt");
|
||||
|
||||
@@ -106,6 +106,11 @@ public class EvaluateExpressionTestGenerated extends AbstractEvaluateExpressionT
|
||||
doIsPureTest("compiler/testData/evaluate/isPure/innerToType.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("namedConstants.kt")
|
||||
public void testNamedConstants() throws Exception {
|
||||
doIsPureTest("compiler/testData/evaluate/isPure/namedConstants.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("strings.kt")
|
||||
public void testStrings() throws Exception {
|
||||
doIsPureTest("compiler/testData/evaluate/isPure/strings.kt");
|
||||
|
||||
Reference in New Issue
Block a user