Reverted explicitly specifying visibility modifier while override
This commit is contained in:
@@ -3,7 +3,7 @@ trait SimpleClass : java.lang.Object {
|
||||
}
|
||||
|
||||
class SimpleClassImpl() : SimpleClass {
|
||||
public override fun toString() = "SimpleClassImpl"
|
||||
override fun toString() = "SimpleClassImpl"
|
||||
}
|
||||
|
||||
fun box() : String {
|
||||
|
||||
Reference in New Issue
Block a user