// "Create parameter 'foo'" "true" class A { constructor(n: Int, foo: Int) { val t: Int = foo } }