15a615d63b
#KT-29264 Fixed
9 lines
138 B
Kotlin
Vendored
9 lines
138 B
Kotlin
Vendored
// "Replace with 'Bar::class.java'" "true"
|
|
// WITH_RUNTIME
|
|
class Foo {
|
|
companion object Bar
|
|
}
|
|
|
|
fun test() {
|
|
Foo.javaClass<caret>
|
|
} |