JavaCompilerCore/test/plugindevelopment/MartinTestCases/Plus1_Float_Double.jav
2014-08-28 18:42:40 +02:00

3 lines
51 B
Java

class Plus1_Float_Double {
op = (x) -> x + 1.0;
}