• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<!-- File: test/p2/-foo-bar/-init-.md -->
2[test](../../index.md) / [p2](../index.md) / [FooBar](index.md) / [&lt;init&gt;](./-init-.md)
3
4# &lt;init&gt;
5
6`FooBar()`
7<!-- File: test/p2/-foo-bar/say-hello.md -->
8[test](../../index.md) / [p2](../index.md) / [FooBar](index.md) / [sayHello](./say-hello.md)
9
10# sayHello
11
12`fun sayHello(): String`
13
14Overrides [Foo.sayHello](../../p1/-foo/say-hello.md)
15
16Says hello - [LinkedList](http://docs.oracle.com/javase/6/docs/api/java/util/LinkedList.html).
17
18