From 3163d28b298dedec2836e701512c64d6080e65d6 Mon Sep 17 00:00:00 2001 From: Mikhail Glukhikh Date: Mon, 3 Oct 2016 11:36:18 +0300 Subject: [PATCH] Minor: test fixed --- idea/testData/quickfix/typeMismatch/casts/typeMismatch2.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/idea/testData/quickfix/typeMismatch/casts/typeMismatch2.kt b/idea/testData/quickfix/typeMismatch/casts/typeMismatch2.kt index cd03cdcaf4f..f72b9955255 100644 --- a/idea/testData/quickfix/typeMismatch/casts/typeMismatch2.kt +++ b/idea/testData/quickfix/typeMismatch/casts/typeMismatch2.kt @@ -1,5 +1,5 @@ // "Cast expression 'Foo()' to 'Foo'" "false" -// ACTION: Change 'foo' function return type to 'Foo' +// ACTION: Change return type of enclosing function 'foo' to 'Foo' // ACTION: Convert to expression body // ERROR: Type mismatch: inferred type is Foo but Foo was expected class Foo