[FIR] Fix more tests because of modifier usage in resolution

This commit is contained in:
Andrey Zinovyev
2021-05-19 11:59:53 +03:00
committed by TeamCityServer
parent 07a8ae7e71
commit 419aa65381
15 changed files with 21 additions and 24 deletions
@@ -15,5 +15,5 @@ fun test() {
fun A.invoke() {}
my.xx()
my.<!OPERATOR_MODIFIER_REQUIRED!>xx<!>()
}