Evaluate expression: allow to call invisible members
#KT-4935 Fixed
This commit is contained in:
@@ -39,7 +39,7 @@ class B {
|
||||
|
||||
fun test3(a: A) {
|
||||
a.<!INVISIBLE_MEMBER!>v<!> //todo .bMethod()
|
||||
a.<!INVISIBLE_MEMBER!>f<!>(0, 1) //todo .bMethod()
|
||||
a.<!INVISIBLE_MEMBER!>f<!>(0, <!TOO_MANY_ARGUMENTS!>1<!>) //todo .bMethod()
|
||||
}
|
||||
|
||||
trait T
|
||||
|
||||
Reference in New Issue
Block a user