Evaluate expression: allow to call invisible members

#KT-4935 Fixed
This commit is contained in:
Natalia Ukhorskaya
2014-05-06 17:21:04 +04:00
parent 5237674139
commit a0549f0ff5
22 changed files with 194 additions and 12 deletions
@@ -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