Fixed override/implement
This commit is contained in:
@@ -22,9 +22,10 @@ class C : A() {
|
||||
override fun toString(): String {
|
||||
return super<A>.toString()
|
||||
}
|
||||
|
||||
/*
|
||||
Some another comment
|
||||
*/
|
||||
Some another comment
|
||||
*/
|
||||
fun someAnotherFunction() {
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user