Reverted explicitly specifying visibility modifier while override
This commit is contained in:
@@ -163,7 +163,7 @@ fun t11(var x: Int) : Int {
|
||||
fun t12(x: Int) : Int {
|
||||
var y = x
|
||||
val runnable = object : Runnable {
|
||||
public override fun run () {
|
||||
override fun run () {
|
||||
y = y + 1
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user