2ef46b586d
^KT-38466 Fixed ^KT-38260 Fixed
6 lines
98 B
Kotlin
Vendored
6 lines
98 B
Kotlin
Vendored
// NAV_BAR_ITEMS: src, topLevelProperty.kt
|
|
|
|
val foo: Int
|
|
get() {
|
|
return 1<caret>
|
|
} |