b20ffe76b7
#KT-20952 Fixed
8 lines
123 B
Kotlin
Vendored
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() |