KT-18979 Add val to proper place for 'Add val/var' intent
This commit is contained in:
committed by
asedunov
parent
f01de3a935
commit
1cab0d09ab
@@ -0,0 +1,4 @@
|
||||
// "Add val/var to parameter 'x'" "true"
|
||||
class Foo(vararg <caret>x: Int, val y: Int) {
|
||||
|
||||
}
|
||||
@@ -0,0 +1,4 @@
|
||||
// "Add val/var to parameter 'x'" "true"
|
||||
class Foo(vararg val<caret> x: Int, val y: Int) {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user