ba0b21d1a3
Also eliminate unnecessary object instance references on Java call sites #KT-20095 Fixed
6 lines
67 B
Kotlin
Vendored
6 lines
67 B
Kotlin
Vendored
package test
|
|
|
|
object O {
|
|
@JvmStatic
|
|
fun foo(s: String) {}
|
|
} |