mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-22 23:53:48 +07:00
- extract "java.lang.IO" - tests for allowUnresolved - more reliable works with varargs GitOrigin-RevId: 8376baaa86afa3806cb096cffd42e9ed0db0d451
4 lines
109 B
Java
4 lines
109 B
Java
void main() {
|
|
<error descr="Cannot resolve symbol 'O'">O<caret></error>/*some*/.println(/*some2*/"Hello");
|
|
}
|