為何編譯此程序有一個Error
@Test(timeout=2000)
?? ?public void testWhile(){
?? ??? ?while(true){
?? ??? ??? ?System.out.println("run forever...");
?? ??? ?}
?? ?}
@Test(timeout=2000)
?? ?public void testWhile(){
?? ??? ?while(true){
?? ??? ??? ?System.out.println("run forever...");
?? ??? ?}
?? ?}
2018-02-03
舉報
2018-02-03
我這邊試了下,編譯運行一切都?OK