b20ffe76b7
#KT-20952 Fixed
8 lines
119 B
Kotlin
Vendored
8 lines
119 B
Kotlin
Vendored
package test
|
|
|
|
expect class Foo {
|
|
class <caret>Bar
|
|
}
|
|
|
|
// REF: [js] (in test.Foo).Bar
|
|
// REF: [jvm] (in test.Foo).Bar |