// "Create local variable 'foo'" "true" // ACTION: Create parameter 'foo' // ERROR: Variable 'foo' must be initialized fun test(): Int { return foo }