forked from JavaTX/JavaCompilerCore
3 lines
49 B
Java
3 lines
49 B
Java
class Plus1_Float_Double {
|
|
op = (x) -> x+1.0;
|
|
} |