JS: move more test to box tests
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
function A(b) {
|
||||
this.g = function () {
|
||||
return 2 * b;
|
||||
}
|
||||
this.m = function () {
|
||||
return b - 1;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user