New J2K: add copy-paste tests for new j2k
This commit is contained in:
+8
@@ -0,0 +1,8 @@
|
||||
class A {
|
||||
public static void main(String[]args){
|
||||
<selection>if (x > 0)
|
||||
x = 2;
|
||||
else
|
||||
x = 3;</selection>
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user