We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbcd258 commit b765d7aCopy full SHA for b765d7a
1 file changed
java_test/src/main/java/com/yiyun/JustTest.java
@@ -40,6 +40,7 @@ public void fun() {
40
//滑稽的大佬
41
@Test
42
public void fun2() {
43
+ System.out.println( 1==1);
44
System.out.println(129 == 129);
45
}
46
0 commit comments