From 6251568e177d69edbc6df3bff5619a25e7b4a025 Mon Sep 17 00:00:00 2001 From: Victor Petukhov Date: Thu, 22 Oct 2020 12:17:00 +0300 Subject: [PATCH] Fix test after 84129098cb6fc86dfb3be8618a76195de2a757f1 --- compiler/testData/diagnostics/tests/inference/kt39220.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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