mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-28 19:16:40 +07:00
- fixes for comments - simplified replacement - support char[] - support ImplicitArrayToStringInspection GitOrigin-RevId: 49f9f829821a498259aa53ebb12cd0b0007f1238
5 lines
78 B
Java
5 lines
78 B
Java
|
|
void main() {
|
|
I<caret>O.println((Runnable) () -> IO.println("Hello"));
|
|
}
|