Deparentesize expression in ConstantExpressionEvaluator

This commit is contained in:
Natalia Ukhorskaya
2013-11-08 16:20:01 +04:00
parent 210899af22
commit b7b957ffd2
5 changed files with 49 additions and 4 deletions
@@ -143,6 +143,11 @@ public class AnnotationParameterTestGenerated extends AbstractAnnotationParamete
doTest("compiler/testData/resolveAnnotations/parameters/expressions/intrincics.kt");
}
@TestMetadata("labeled.kt")
public void testLabeled() throws Exception {
doTest("compiler/testData/resolveAnnotations/parameters/expressions/labeled.kt");
}
@TestMetadata("long.kt")
public void testLong() throws Exception {
doTest("compiler/testData/resolveAnnotations/parameters/expressions/long.kt");
@@ -198,6 +203,11 @@ public class AnnotationParameterTestGenerated extends AbstractAnnotationParamete
doTest("compiler/testData/resolveAnnotations/parameters/expressions/orOr.kt");
}
@TestMetadata("paranthesized.kt")
public void testParanthesized() throws Exception {
doTest("compiler/testData/resolveAnnotations/parameters/expressions/paranthesized.kt");
}
@TestMetadata("plus.kt")
public void testPlus() throws Exception {
doTest("compiler/testData/resolveAnnotations/parameters/expressions/plus.kt");