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