FIR checker: report VIRTUAL_MEMBER_HIDDEN
This commit is contained in:
committed by
Mikhail Glukhikh
parent
d3dfb33f89
commit
32f55a2269
+1
-1
@@ -25,7 +25,7 @@ fun test() {
|
||||
}
|
||||
|
||||
class E: A() {
|
||||
fun foo() = A()
|
||||
fun <!VIRTUAL_MEMBER_HIDDEN!>foo<!>() = A()
|
||||
|
||||
init {
|
||||
val a: A = foo() // todo: discuss
|
||||
|
||||
Reference in New Issue
Block a user