Skip to content

Commit 9dce39e

Browse files
committed
revert me: make the tests fail
1 parent aa26d69 commit 9dce39e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/cases/compiler/2dArrays.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,6 @@ class Board {
1212
private allShipsSunk() {
1313
return this.ships.every(function (val) { return val.isSunk; });
1414
}
15-
}
15+
}
16+
17+
console.log("revert me");

0 commit comments

Comments
 (0)