mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-02 14:38:30 +07:00
- fixes for comments - simplified replacement - support char[] - support ImplicitArrayToStringInspection GitOrigin-RevId: 49f9f829821a498259aa53ebb12cd0b0007f1238
6 lines
113 B
Java
6 lines
113 B
Java
class Test {
|
|
public static void main(String[] args) {
|
|
System.out.<caret>print(new char[]{'1', '2'});
|
|
}
|
|
}
|