Fixed override/implement

This commit is contained in:
Valentin Kipyatkov
2014-10-28 16:20:29 +03:00
parent 5f180751cc
commit d394625771
3 changed files with 19 additions and 18 deletions
@@ -22,9 +22,10 @@ class C : A() {
override fun toString(): String {
return super<A>.toString()
}
/*
Some another comment
*/
Some another comment
*/
fun someAnotherFunction() {
}