1898df3fb7
#KT-13854 Fixed
6 lines
112 B
Kotlin
Vendored
6 lines
112 B
Kotlin
Vendored
// IS_APPLICABLE: false
|
|
val multiStatementBlock: Int
|
|
<caret>get() {
|
|
val a = 1
|
|
return 6
|
|
} |