Fix paramTypeLambdaMismatch test

This commit is contained in:
Dmitry Gridin
2019-02-21 19:08:02 +03:00
parent e495bfc570
commit b58bfff843
@@ -4,6 +4,7 @@
// ACTION: Change parameter 'block' type of function 'str' to 'Object'
// ACTION: Create function 'str'
// ACTION: Edit method contract of 'Object'
// ACTION: Introduce import alias
fun fn() {
str(<caret>Object())
}