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