Do not suggest operation references in postfix templates
#KT-14087 Fixed
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
fun foo(x: Int) {
|
||||
x++.par<caret>
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
fun foo(x: Int) {
|
||||
(x++)
|
||||
}
|
||||
Reference in New Issue
Block a user