1
0

Tests fixen

This commit is contained in:
JanUlrich 2018-01-31 16:15:07 +01:00
parent 15d120d594
commit 48e2d2eec2
2 changed files with 4 additions and 0 deletions
test
bytecode
javFiles

@ -1,3 +1,5 @@
import java.lang.Integer;
class LamAssign {
m () {

@ -1,3 +1,5 @@
import java.lang.Integer;
class Faculty {
Integer mul(Integer x, Integer y) {