mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 06:11:42 +07:00
- don't add implicit imports during migration from implicit classes GitOrigin-RevId: 335b3955f7088d67b4a59e922946257ed940ebd1
8 lines
147 B
Java
8 lines
147 B
Java
import static java.io.IO.println;
|
|
|
|
public class beforeWit<caret>hPrint {
|
|
public static void main() {
|
|
println("Hello, world!");
|
|
}
|
|
}
|