Transform VisibilityError diagnostic for callable references to further report it on the corresponding argument of a base call
^KT-46437 Fixed
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
fun box(): String {
|
||||
if (true) <!INVISIBLE_MEMBER!>X::y<!> else null
|
||||
return "OK"
|
||||
}
|
||||
|
||||
object X {
|
||||
private val y = null
|
||||
}
|
||||
Reference in New Issue
Block a user