Added 'public' annotation and specified return types for library functions

This commit is contained in:
Svetlana Isakova
2012-03-29 20:45:59 +04:00
parent aefabd132e
commit 167a9c444a
55 changed files with 1435 additions and 1435 deletions
@@ -1,5 +1,5 @@
object : Runnable() {
override public fun run() : Unit {
public override fun run() : Unit {
System.out?.println("Run")
}
}