提交 bdf3e4f7 编写于 作者: K kvn

6917931: compiler/6895383/Test.java don't compile due missed imports

Summary: Add missing imports.
Reviewed-by: never, twisti
上级 3bcb9be2
......@@ -30,6 +30,9 @@
* @run main/othervm -Xcomp Test
*/
import java.util.*;
import java.util.concurrent.*;
public class Test {
public static void main(String argv[]) {
Test test = new Test();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册