a8eef5effc
#KT-12039 Fixed
8 lines
133 B
Kotlin
Vendored
8 lines
133 B
Kotlin
Vendored
import kotlinApi.KotlinClass.Companion.staticProperty
|
|
|
|
internal class C {
|
|
fun foo(): Int {
|
|
return staticProperty
|
|
}
|
|
}
|