AA: showcase strange const evaluation for -1
This commit is contained in:
committed by
Ilya Kirillov
parent
249dc1e1d2
commit
faf6939515
+12
@@ -52,6 +52,18 @@ public class Fe10IdeNormalAnalysisSourceModuleCompileTimeConstantEvaluatorTestGe
|
||||
runTest("analysis/analysis-api/testData/components/compileTimeConstantProvider/evaluate/binaryExpressionWithString.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("integerLiteral_minusOne_entire.kt")
|
||||
public void testIntegerLiteral_minusOne_entire() throws Exception {
|
||||
runTest("analysis/analysis-api/testData/components/compileTimeConstantProvider/evaluate/integerLiteral_minusOne_entire.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("integerLiteral_minusOne_justOne.kt")
|
||||
public void testIntegerLiteral_minusOne_justOne() throws Exception {
|
||||
runTest("analysis/analysis-api/testData/components/compileTimeConstantProvider/evaluate/integerLiteral_minusOne_justOne.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("namedReference_const.kt")
|
||||
public void testNamedReference_const() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user