This commit is contained in:
Valentin Kipyatkov
2015-10-29 18:46:19 +03:00
parent 7e2b37bb0f
commit ebe3efe710
@@ -3,7 +3,7 @@ interface I {
}
open class Base {
open fun aaa()
open fun aaa() {}
}
class A : Base(), I {