cd73d17bd4
#KT-15311 fixed
5 lines
49 B
Kotlin
Vendored
5 lines
49 B
Kotlin
Vendored
package p
|
|
|
|
object A {
|
|
var some: Any? = null
|
|
} |