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