JavaTXCompilerInJavaTX/test/plugindevelopment/MartinTestCases/Plus1_Float_Double.jav

3 lines
51 B
Plaintext
Raw Normal View History

2014-06-10 18:23:01 +00:00
class Plus1_Float_Double {
2014-08-28 16:42:40 +00:00
op = (x) -> x + 1.0;
2014-06-10 18:23:01 +00:00
}