Fix type of super
This commit is contained in:
committed by
max-kammerer
parent
209a5d8464
commit
f5a78213b2
@@ -2,6 +2,8 @@ open class Base {
|
||||
open fun foo() {}
|
||||
|
||||
open val bar: String = ""
|
||||
|
||||
override fun hashCode() = super.hashCode()
|
||||
}
|
||||
|
||||
class Derived : Base() {
|
||||
|
||||
Reference in New Issue
Block a user