a8eef5effc
#KT-12039 Fixed
8 lines
112 B
Kotlin
Vendored
8 lines
112 B
Kotlin
Vendored
import kotlinApi.KotlinClass.Companion.CONST
|
|
|
|
class C {
|
|
internal fun bar() {
|
|
println(CONST)
|
|
}
|
|
}
|