IDEA-CR-52982: GO-8123 fix getOriginalElement during postfix template completion

GitOrigin-RevId: 73f3045e4c07b5ca65e512877d55f3d2dde436af
This commit is contained in:
Dmitry Neverov
2019-09-30 13:36:53 +00:00
committed by intellij-monorepo-bot
parent b84c228f47
commit 10bf03cc53
5 changed files with 138 additions and 13 deletions
@@ -0,0 +1,7 @@
public class Foo {
void m(boolean x) {
x.foo<caret>
}
void m2() {
}
}
@@ -0,0 +1,7 @@
public class Foo {
void m(boolean x) {
System.out.println();<caret>
}
void m2() {
}
}