History log of /openjdk10/langtools/test/tools/javac/lambda/IdentifierTest.java
Revision Date Author Comments
# 2747:84a76798cff3 08-Dec-2014 jlahoda

8061549: Disallow _ as a one-character identifier
Summary: Underscore is no longer a one-charater identifier with -source 9
Reviewed-by: mcimadamore, jjg


# 1582:186023614cd3 15-Feb-2013 mcimadamore

8007427: Annotation element as '_' gives compiler error instead of a warning
8007401: Write test to check for generation of warnings when '_' is used as an identifier
Summary: Extended identifier production not used in annotation values
Reviewed-by: jjg
Contributed-by: sonali.goel@oracle.com