"trait" instead of "trait class"
virtual -> open "final" introduced "wraps" dropped
This commit is contained in:
@@ -4,7 +4,7 @@ fun box() {
|
||||
}
|
||||
|
||||
open class A {
|
||||
virtual fun foo() {}
|
||||
open fun foo() {}
|
||||
}
|
||||
|
||||
open class B : A {
|
||||
|
||||
Reference in New Issue
Block a user