1 package p2 2 3 import p1.Foo 4 5 class FooBar : Foo { 6 sayHellonull7 override fun sayHello(): String { 8 return "Hello!" 9 } 10 11 }