Files
kotlin-fork/compiler/testData/psi/ObjectLiteralAsStatement.kt
T
2013-09-17 18:10:00 +04:00

7 lines
90 B
Kotlin
Vendored

fun main(args : Array<String>) {
object : Thread() {
}.run()
object {
}
}