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