Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 233548 Details for
Bug 412650
[1.8][compiler]Incongruent Lambda Exception thrown
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
Small Test case reproducing the problem
file_412650.txt (text/plain), 405 bytes, created by
Manoj N Palat
on 2013-07-17 05:35:39 EDT
(
hide
)
Description:
Small Test case reproducing the problem
Filename:
MIME Type:
Creator:
Manoj N Palat
Created:
2013-07-17 05:35:39 EDT
Size:
405 bytes
patch
obsolete
>X.java [ >package test; >import static test.Y.*; >public class X { > public void foo() { > Y<String> generated = cons("a", () -> cons("b", Y::<String>empty)); > } >} > >] >Y.java [ >package test; >import java.util.function.Supplier; >public abstract class Y<E> { > public static <E> Y<E> empty() { return null;} > public static <E> Y<E> cons(E head, Supplier<Y<E>> tailFun) {return null;} >} > >]
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 412650
: 233548 |
233550
|
234130
|
234181