JavaTXCompilerInJavaTX/test/bytecode/IdentityField.jav

3 lines
96 B
Plaintext
Raw Normal View History

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