JavaCompilerCore/test/plugindevelopment/MartinTestCases/Id.jav

3 lines
62 B
Plaintext
Raw Normal View History

2014-06-10 18:23:01 +00:00
class Id {
<FR, EL extends FR> Fun1<FR, EL> op = (x) -> x;
}