mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-26 19:06:24 +07:00
IDEA-CR-52982: GO-8123 fix getOriginalElement during postfix template completion
GitOrigin-RevId: 73f3045e4c07b5ca65e512877d55f3d2dde436af
This commit is contained in:
committed by
intellij-monorepo-bot
parent
b84c228f47
commit
10bf03cc53
+7
@@ -0,0 +1,7 @@
|
||||
public class Foo {
|
||||
void m(boolean x) {
|
||||
x.foo<caret>
|
||||
}
|
||||
void m2() {
|
||||
}
|
||||
}
|
||||
+7
@@ -0,0 +1,7 @@
|
||||
public class Foo {
|
||||
void m(boolean x) {
|
||||
System.out.println();<caret>
|
||||
}
|
||||
void m2() {
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user