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

8 lines
123 B
Kotlin
Vendored

package test
expect class Foo {
fun <caret>bar()
}
// REF: [jvm] (in test.Foo).bar()
// REF: [js] (in test.Foo).bar()