blob: ba63851522b6eb0856b5c3a8a452a57461257ea6 [file] [log] [blame]
package groovy.bugs
t = new Thread() { println "Groovy" }
t.start()
t.join()