Introduce Variable: Convert property accessor body to block when needed
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
val x: Int get() {
|
||||
val i = 1
|
||||
return i
|
||||
}
|
||||
Reference in New Issue
Block a user