JavaTXCompilerInJavaTX/test/bytecode/Fun0.java

4 lines
33 B
Java
Raw Normal View History

2016-08-25 17:52:06 +00:00
interface Fun0<A>{
A apply();
}