modified: ../../../../resources/bytecode/javFiles/OLFun.jav

This commit is contained in:
pl@gohorb.ba-horb.de 2023-03-01 16:08:42 +01:00
parent ffdedd4f99
commit ba66f29fba

View File

@ -14,5 +14,6 @@ public class OLFun {
m2(y) { m2(y) {
m(x -> x * 2, y); m(x -> x * 2, y);
return;
} }
} }