1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00
cdt/lrparser/org.eclipse.cdt.core.lrparser.tests
Jonah Graham 1dd218df31 Stop using _ identifier
From JLS 15.27.1.

It is a compile-time error if a lambda parameter has the name _ (that
is, a single underscore character).

The use of the variable name _ in any context is discouraged. Future
versions of the Java programming language may reserve this name as a
keyword and/or give it special semantics.

Change-Id: I6f357dcc8f1eea933c6fc3afb474982e6d6210fe
Signed-off-by: Jonah Graham <jonah@kichwacoders.com>
2016-04-15 11:12:02 +01:00
..
.settings Moved to JDK 1.8. 2015-12-27 21:41:01 -08:00
META-INF Moved to JDK 1.8. 2015-12-27 21:41:01 -08:00
src/org/eclipse/cdt/core/lrparser/tests Stop using _ identifier 2016-04-15 11:12:02 +01:00
.classpath Moved to JDK 1.8. 2015-12-27 21:41:01 -08:00
.project Bug 318011 - Invalid project name in org.eclipse.cdt.core.lrparser .project 2010-08-06 01:28:31 +00:00
about.html initial commit of new C99 and C++ parsers (work in progress) 2008-01-22 19:16:30 +00:00
build.properties update copyrights 2009-05-26 21:34:15 +00:00
plugin.properties update copyrights 2009-05-26 21:34:15 +00:00
pom.xml Incremented CDT features version to 9.0.0 2016-01-18 16:37:47 -05:00