Insert explicit property type while converting accessor to block body
So #KT-20417 Fixed
This commit is contained in:
committed by
Mikhail Glukhikh
parent
31f5c105f3
commit
1db365bb59
@@ -0,0 +1 @@
|
||||
val foo <caret>get() = "abc"
|
||||
@@ -0,0 +1,4 @@
|
||||
val foo: String
|
||||
get() {
|
||||
return "abc"
|
||||
}
|
||||
Reference in New Issue
Block a user