JavaCompilerCore/resources/bytecode/javFiles/Faculty2.jav

10 lines
107 B
Plaintext
Raw Normal View History

2017-11-29 13:45:15 +00:00
class Faculty2 {
m () {
var fact = (Integer x) -> {
return x;
};
return fact;
}
}