386854d73f
unusedButEntryPointMain for class was actually a wrong test: it didn't check anything, because objects are were not checked for unusedness before.
5 lines
57 B
Kotlin
5 lines
57 B
Kotlin
object A
|
|
|
|
fun main(args: Array<String>) {
|
|
val x = A
|
|
} |