Introduce "Convert property getter to initializer" intention
#KT-13854 Fixed
This commit is contained in:
committed by
Mikhail Glukhikh
parent
6fbf6b0a93
commit
1898df3fb7
+4
@@ -0,0 +1,4 @@
|
||||
class A {
|
||||
val foo: Int
|
||||
<spot>get() = 1</spot>
|
||||
}
|
||||
Reference in New Issue
Block a user