NI: Actualize FIR test after 2d5a05466d

This commit is contained in:
Victor Petukhov
2019-12-13 00:17:37 +03:00
parent 07269661b4
commit 1534e2b76d
+1 -1
View File
@@ -14,5 +14,5 @@ public class Matcher<T> {
// FILE: main.kt
fun test(x: List<String>) {
Assert.<!INAPPLICABLE_CANDIDATE!>assertThat<!>(x, Matcher.hasItem("abc"))
Assert.assertThat(x, Matcher.hasItem("abc"))
}