2ef46b586d
^KT-38466 Fixed ^KT-38260 Fixed
8 lines
144 B
Plaintext
Vendored
8 lines
144 B
Plaintext
Vendored
// NAV_BAR_ITEMS: src, ClassProperty, foo: Int
|
|
|
|
class ClassProperty {
|
|
val foo: Int
|
|
get() {
|
|
return 42<caret>
|
|
}
|
|
} |