JavaPatternMatching/test/bytecode/IdentityField.jav

3 lines
85 B
Plaintext
Raw Normal View History

2016-03-31 06:52:23 +00:00
class Id {
<GPM, FNF extends GPM> Fun1<? extends GPM, ? super FNF> op = (x) -> x;
}