Files
T
2017-11-03 16:34:36 +03:00

7 lines
111 B
Kotlin
Vendored

package test
actual class Foo {
actual val <caret>bar: Int get() = 1
}
// REF: [common] (in test.Foo).bar