4144adf4ee
#KT-35346 Fixed
5 lines
91 B
Plaintext
Vendored
5 lines
91 B
Plaintext
Vendored
interface KotlinInterface {
|
|
companion object {
|
|
internal val bar = Any()
|
|
}
|
|
} |