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