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