diff --git a/idea/testData/quickfix/typeMismatch/paramTypeLambdaMismatch.kt.181 b/idea/testData/quickfix/typeMismatch/paramTypeLambdaMismatch.kt.181 index 55eccecfca9..23492a5fe55 100644 --- a/idea/testData/quickfix/typeMismatch/paramTypeLambdaMismatch.kt.181 +++ b/idea/testData/quickfix/typeMismatch/paramTypeLambdaMismatch.kt.181 @@ -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(Object()) }