JavaCompilerCore/test/plugindevelopment/MartinTestCases/Plus1_Float_Double.jav

3 lines
49 B
Plaintext
Raw Normal View History

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