mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-22 11:29:28 +07:00
- fixes for comments - simplified replacement - support char[] - support ImplicitArrayToStringInspection GitOrigin-RevId: 49f9f829821a498259aa53ebb12cd0b0007f1238
4 lines
56 B
Java
4 lines
56 B
Java
void main() {
|
|
IO<caret>.print(new char[]{'a', 'b'});
|
|
}
|