modified: ../../test/bytecode/javFiles/Faculty.jav

Typannotation entfernt
This commit is contained in:
Martin Plümicke 2018-09-10 13:14:36 +02:00
parent b8741d881b
commit 236afea4f9

View File

@ -4,7 +4,7 @@ class Faculty {
m () {
var fact = (Integer x) -> {
var fact = (x) -> {
if (x == 1) {
return x;
}