Made parser aware of object literals in statement position (they were parsed as object declarations)
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
fun main(args : Array<String>) {
|
||||
object : Thread() {
|
||||
}.run()
|
||||
|
||||
object {
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user