modified: ../../test/bytecode/javFiles/Faculty.jav
Typannotation entfernt
This commit is contained in:
parent
b8741d881b
commit
236afea4f9
@ -4,7 +4,7 @@ class Faculty {
|
|||||||
|
|
||||||
m () {
|
m () {
|
||||||
|
|
||||||
var fact = (Integer x) -> {
|
var fact = (x) -> {
|
||||||
if (x == 1) {
|
if (x == 1) {
|
||||||
return x;
|
return x;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user