1 package p1 2 3 import java.util.LinkedList 4 5 interface Foo { 6 7 /** Says hello - [LinkedList]. */ sayHellonull8 fun sayHello() : String 9 10 }