test for new Runnable changed

This commit is contained in:
Sergey Ignatov
2011-11-22 13:16:43 +04:00
parent 4f14e3121d
commit 94f8b3581c
@@ -1,4 +1,4 @@
Runnable() {
object : Runnable() {
override public fun run() : Unit {
System.out?.println("Run")
}