aboutsummaryrefslogtreecommitdiff
path: root/core/testdata/format/inheritedLink.md
blob: e5af326c2f624d02ae7f9b332332e2e7e3a2a1b8 (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) / [&lt;init&gt;](./-init-.md)

# &lt;init&gt;

`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](http://docs.oracle.com/javase/6/docs/api/java/util/LinkedList.html).