[FIR] Fix more tests because of modifier usage in resolution
This commit is contained in:
committed by
TeamCityServer
parent
07a8ae7e71
commit
419aa65381
+1
-1
@@ -13,5 +13,5 @@ fun case1() {
|
||||
val a3 = A(-1)
|
||||
val a4 = A(-3)
|
||||
|
||||
val x = (a3 > a4)
|
||||
val x = (a3 <!OPERATOR_MODIFIER_REQUIRED!>><!> a4)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user