Support equlas in ConstantExpressionEvaluator

This commit is contained in:
svtk
2013-11-11 17:51:23 +04:00
committed by Natalia Ukhorskaya
parent 32299a7b9b
commit 1bd63fefa4
5 changed files with 127 additions and 29 deletions
@@ -203,6 +203,11 @@ public class AnnotationParameterTestGenerated extends AbstractAnnotationParamete
doTest("compiler/testData/resolveAnnotations/parameters/expressions/not.kt");
}
@TestMetadata("noteq.kt")
public void testNoteq() throws Exception {
doTest("compiler/testData/resolveAnnotations/parameters/expressions/noteq.kt");
}
@TestMetadata("orOr.kt")
public void testOrOr() throws Exception {
doTest("compiler/testData/resolveAnnotations/parameters/expressions/orOr.kt");