/returnTypeMismatchOnComplexAnonymousFunctionInReturnOfLambda.kt:12:23: error: Initializer type mismatch: expected 'String', actual '() -> String'.

/returnTypeMismatchOnComplexAnonymousFunctionInReturnOfLambda.kt:13:9: error: Return type mismatch: expected 'String', actual '() -> String'.

/returnTypeMismatchOnComplexAnonymousFunctionInReturnOfLambda.kt:13:9: error: Return type mismatch: expected 'String', actual '() -> String'.

/returnTypeMismatchOnComplexAnonymousFunctionInReturnOfLambda.kt:14:30: error: Return type mismatch: expected 'String', actual 'String?'.

/returnTypeMismatchOnComplexAnonymousFunctionInReturnOfLambda.kt:18:11: error: Assignment type mismatch: actual type is '() -> String', but 'String' was expected.

/returnTypeMismatchOnComplexAnonymousFunctionInReturnOfLambda.kt:19:9: error: Return type mismatch: expected 'String', actual '() -> String'.

/returnTypeMismatchOnComplexAnonymousFunctionInReturnOfLambda.kt:19:9: error: Return type mismatch: expected 'String', actual '() -> String'.
