Introduce Parameter: Do not apply to expressions of type Unit or Nothing
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
fun foo(): Int {
|
||||
var x = 1
|
||||
<selection>x = x + 1</selection>
|
||||
|
||||
return 1 + x
|
||||
}
|
||||
Reference in New Issue
Block a user