This website requires JavaScript.
Explore
Help
Register
Sign In
stan
/
jdk-24
Watch
1
Star
0
Fork
0
You've already forked jdk-24
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
8da6435d4d
jdk-24
/
test
/
langtools
/
tools
/
javac
/
lambda
/
speculative
/
A.java
6 lines
85 B
Java
Raw
Normal View
History
Unescape
Escape
8258525: Some existing tests should use /nodynamiccopyright/ instead of the standard header Reviewed-by: jjg
2020-12-30 17:20:54 +00:00
/* /nodynamiccopyright/ */
6968063: provide examples of code that generate diagnostics Reviewed-by: mcimadamore
2010-07-22 18:02:54 +00:00
8003280: Add lambda tests Turn on lambda expression, method reference and default method support Reviewed-by: jjg
2012-11-17 19:01:03 +00:00
public
class
A
{
public
A
(
NonExistentClass
nec
)
{
}
6968063: provide examples of code that generate diagnostics Reviewed-by: mcimadamore
2010-07-22 18:02:54 +00:00
}
Reference in New Issue
Copy Permalink