ba0b21d1a3
Also eliminate unnecessary object instance references on Java call sites #KT-20095 Fixed
6 lines
62 B
Kotlin
Vendored
6 lines
62 B
Kotlin
Vendored
package test
|
|
|
|
object O {
|
|
@JvmStatic
|
|
var foo: Int = 1
|
|
} |