mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-10 13:17:09 +07:00
invalid psi during inline
This commit is contained in:
+9
@@ -0,0 +1,9 @@
|
||||
class Test {
|
||||
void foo(Object result) {
|
||||
long h = result.hashCode();
|
||||
}
|
||||
|
||||
void bar() {
|
||||
fo<caret>o(result);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user