[FIR] NOTHING_TO_OVERRIDE diagnostic
This commit is contained in:
committed by
teamcityserver
parent
9452b788bf
commit
b44785c24e
+1
-1
@@ -18,7 +18,7 @@ open class D {
|
||||
}
|
||||
|
||||
class E : D() {
|
||||
internal override fun self() = this
|
||||
internal <!NOTHING_TO_OVERRIDE!>override<!> fun self() = this
|
||||
|
||||
fun test() {
|
||||
val s : E = self()
|
||||
|
||||
Reference in New Issue
Block a user