[FIR] Fix processing integer operator calls for not integer types
This commit is contained in:
+2
-2
@@ -12,9 +12,9 @@ class B {
|
||||
fun test() {
|
||||
with(B()) {
|
||||
with(A()) {
|
||||
<!INAPPLICABLE_CANDIDATE!>takeString<!>(1 % "")
|
||||
takeString(1 % "")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
fun takeString(s: String) {}
|
||||
fun takeString(s: String) {}
|
||||
|
||||
Reference in New Issue
Block a user