diff --git a/compiler/testData/diagnostics/tests/inference/kt39220.kt b/compiler/testData/diagnostics/tests/inference/kt39220.kt index 678a75270b4..ab23b3cb7f4 100644 --- a/compiler/testData/diagnostics/tests/inference/kt39220.kt +++ b/compiler/testData/diagnostics/tests/inference/kt39220.kt @@ -114,7 +114,7 @@ fun main() { bar7(Foo::resolve) // OK // with LHS and sentension function expected type - bar10(Int::x1) // ERROR before the fix in NI + bar10(Int::x1) // ERROR before the fix in NI bar10(Int::x1) // OK bar10(Int::x1) // OK