b20ffe76b7
#KT-20952 Fixed
7 lines
111 B
Kotlin
Vendored
7 lines
111 B
Kotlin
Vendored
package test
|
|
|
|
actual class Foo {
|
|
actual val <caret>bar: Int get() = 1
|
|
}
|
|
|
|
// REF: [common] (in test.Foo).bar |