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
109 B
Java
4 lines
109 B
Java
void main() {
|
|
<error descr="Cannot resolve symbol 'IO'">IO<caret></error>/*some*/.print(/*some2*/"Hello");
|
|
}
|