Skip to content

Commit 5c3a8de

Browse files
hansonrhansonr
authored andcommitted
test files
1 parent 76fc334 commit 5c3a8de

File tree

3 files changed

+163
-121
lines changed

3 files changed

+163
-121
lines changed

sources/net.sf.j2s.java.core/src/test/Test_.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,13 @@ class Test_ {
1414
private int t = 0;
1515

1616
public int showt() {
17+
if (true && (/**@j2sNative 1? test : */false)) {
18+
19+
}
1720
System.out.println(t);
21+
if (false || (/**@j2sNative test || */false)) {
22+
23+
}
1824
return t;
1925
}
2026

0 commit comments

Comments
 (0)