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