Introduce Parameter: Initial support
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
var foo: Int = 1
|
||||
set(m: Int) {
|
||||
val t = <selection>m + 1</selection>
|
||||
}
|
||||
Reference in New Issue
Block a user