This test case in test/tools/javac/api/TestOperators.java
fails because the boolean literals are represented as
identifiers.
@TestMe(BOOLEAN_LITERAL)
public Object test_BOOLEAN_LITERAL() {
return true;
}
Similarly, the null literal is represented as an
identifier.
fails because the boolean literals are represented as
identifiers.
@TestMe(BOOLEAN_LITERAL)
public Object test_BOOLEAN_LITERAL() {
return true;
}
Similarly, the null literal is represented as an
identifier.