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