// "Create local variable 'foo'" "true" // ACTION: Create parameter 'foo' fun test(): Int { val foo = 0 return foo }