// "Make 'x' internal" "true" class First(private val x: Int) class Second(f: First) { val y = f.x }