Apply quick-fix "Make visible" for INVISIBLE_FAKE #KT-16131 Fixed
This commit is contained in:
committed by
Mikhail Glukhikh
parent
d4500878cb
commit
27e1462b00
@@ -0,0 +1,12 @@
|
||||
// "Make 'doSth' internal" "true"
|
||||
|
||||
open class A {
|
||||
private fun doSth() {
|
||||
}
|
||||
}
|
||||
|
||||
class B : A() {
|
||||
fun bar() {
|
||||
<caret>doSth()
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user