j2k tests fixed

This commit is contained in:
Svetlana Isakova
2012-03-30 14:11:38 +04:00
parent 8299ffa690
commit 83426659f1
7 changed files with 13 additions and 13 deletions
@@ -4,7 +4,7 @@ BLACK
RED
YELLOW
BLUE
public override fun run() : Unit {
override public fun run() : Unit {
System.out?.println("name()=" + name() + ", toString()=" + toString())
}
public fun name() : String { return "" }