Added 'public' annotation and specified return types for library functions
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
object : Runnable() {
|
||||
override public fun run() : Unit {
|
||||
public override fun run() : Unit {
|
||||
System.out?.println("Run")
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user