// ERROR: Variable 'a' is never used fun foo() { val a = 1 + 2 }