Do not suggest operation references in postfix templates

#KT-14087 Fixed
This commit is contained in:
Denis Zharkov
2016-09-28 18:06:34 +03:00
parent d5d18b2ad6
commit ce128c5d6e
4 changed files with 17 additions and 1 deletions
@@ -0,0 +1,3 @@
fun foo(x: Int) {
x++.par<caret>
}
@@ -0,0 +1,3 @@
fun foo(x: Int) {
(x++)
}