Added tests for anonymous template

This commit is contained in:
Evgeny Gerashchenko
2012-02-13 22:04:41 +04:00
parent a790616eef
commit 8c75c408c1
5 changed files with 72 additions and 3 deletions
@@ -0,0 +1,7 @@
import javax.swing.SwingUtilities
fun main(args : Array<String>) {
SwingUtilities.invokeLater(object : Thread(<caret>) {
})
}