Create From Usage: Quick-fix for properties
This commit is contained in:
+9
@@ -0,0 +1,9 @@
|
||||
// "Create property 'foo' from usage" "true"
|
||||
|
||||
fun test() {
|
||||
val foo: Int
|
||||
|
||||
fun nestedTest(): Int {
|
||||
return foo
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user