"move assignment to initializer" quickfix for assigning to properties in constructors/init blocks
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
class A {
|
||||
var i: Int
|
||||
|
||||
init {
|
||||
<spot>i = 5</spot>
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user