[NI] Update testdata after 03e5e55f

This commit is contained in:
Mikhail Zarechenskiy
2019-05-06 04:28:51 +03:00
parent 97a6b3436c
commit 4ed5c5363f
4 changed files with 4 additions and 4 deletions
@@ -1,4 +1,4 @@
compiler/testData/cli/jvm/newInferenceImpliesSamConversions.kt:4:9: error: type mismatch: inferred type is () -> TypeVariable(_L) but Runnable was expected
compiler/testData/cli/jvm/newInferenceImpliesSamConversions.kt:4:9: error: type mismatch: inferred type is () -> Unit but Runnable was expected
foo { }
^
COMPILATION_ERROR