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