blob: aec07a75f2a8a8af2bf4db6dd8e1d1dadad66225 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
<!-- File: test/p2/-foo-bar/-init-.md -->
[test](../../index.md) / [p2](../index.md) / [FooBar](index.md) / [<init>](./-init-.md)
# <init>
`FooBar()`
<!-- File: test/p2/-foo-bar/say-hello.md -->
[test](../../index.md) / [p2](../index.md) / [FooBar](index.md) / [sayHello](./say-hello.md)
# sayHello
`fun sayHello(): String`
Overrides [Foo.sayHello](../../p1/-foo/say-hello.md)
Says hello - [LinkedList](https://docs.oracle.com/javase/6/docs/api/java/util/LinkedList.html).
|