[FIR] Handle protected effective visibility relation properly
#KT-38401 Fixed
This commit is contained in:
committed by
Mikhail Glukhikh
parent
07e9b9517a
commit
54cfd1f625
@@ -7,7 +7,7 @@ open class Foo {
|
||||
}
|
||||
|
||||
class Bar: Foo() {
|
||||
protected fun <!EXPOSED_FUNCTION_RETURN_TYPE!>foo<!>(): Nested? = null
|
||||
protected fun foo(): Nested? = null
|
||||
}
|
||||
|
||||
private fun foo(): Nested? = null
|
||||
|
||||
Reference in New Issue
Block a user