// "Create parameter 'foo'" "true" class A(var foo: Int) { fun test(n: Int) { foo = n + 1 } }