forked from JavaTX/JavaCompilerCore
Tests fixen
This commit is contained in:
parent
15d120d594
commit
48e2d2eec2
@ -1,3 +1,5 @@
|
|||||||
|
import java.lang.Integer;
|
||||||
|
|
||||||
class LamAssign {
|
class LamAssign {
|
||||||
|
|
||||||
m () {
|
m () {
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
import java.lang.Integer;
|
||||||
|
|
||||||
class Faculty {
|
class Faculty {
|
||||||
|
|
||||||
Integer mul(Integer x, Integer y) {
|
Integer mul(Integer x, Integer y) {
|
||||||
|
Loading…
Reference in New Issue
Block a user