Do not suggest assignment as a subject in postfix templates
#KT-14077 Fixed
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
fun foo(x: Any) {
|
||||
var y: Any
|
||||
// Only 'x' expression is suggested, not 'y = x'
|
||||
y = x.par<caret>
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
fun foo(x: Any) {
|
||||
var y: Any
|
||||
// Only 'x' expression is suggested, not 'y = x'
|
||||
y = (x)
|
||||
}
|
||||
Reference in New Issue
Block a user