mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-06 21:55:38 +07:00
- fixes for comments - simplified replacement - support char[] - support ImplicitArrayToStringInspection GitOrigin-RevId: 49f9f829821a498259aa53ebb12cd0b0007f1238
7 lines
266 B
Java
7 lines
266 B
Java
|
|
<warning descr="Explicit class declaration can be converted into a compact source file">public class before<caret>WithSeveralNestedIO</warning> {
|
|
public static void main(String[] args) {
|
|
System.out.println((Runnable) () -> System.out.println("Hello"));
|
|
}
|
|
}
|