ba0b21d1a3
Also eliminate unnecessary object instance references on Java call sites #KT-20095 Fixed
8 lines
120 B
Kotlin
Vendored
8 lines
120 B
Kotlin
Vendored
// WITH_RUNTIME
|
|
// IS_APPLICABLE: false
|
|
|
|
object Test {
|
|
@JvmStatic
|
|
fun <caret>main(args: Array<String>) {
|
|
}
|
|
} |