NI: Actualize FIR test after 2d5a05466d
This commit is contained in:
+1
-1
@@ -14,5 +14,5 @@ public class Matcher<T> {
|
|||||||
|
|
||||||
// FILE: main.kt
|
// FILE: main.kt
|
||||||
fun test(x: List<String>) {
|
fun test(x: List<String>) {
|
||||||
Assert.<!INAPPLICABLE_CANDIDATE!>assertThat<!>(x, Matcher.hasItem("abc"))
|
Assert.assertThat(x, Matcher.hasItem("abc"))
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user