// "Make constructor parameter a property" "true" class A(private val foo: String) { fun bar() { val a = foo } }