aboutsummaryrefslogtreecommitdiff
path: root/core/testdata/format/gfm/sample.md
blob: a720881f015b7a3d5f420d9999c716ee9ce36d1a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[test](../../index.md) / [Foo](./index.md)

# Foo

`class Foo`

The class Foo.

### Constructors

| Name | Summary |
|---|---|
| [&lt;init&gt;](-init-.md) | `Foo()`<br>The class Foo. |

### Functions

| Name | Summary |
|---|---|
| [bar](bar.md) | `fun bar(): Unit`<br>The method bar. |
| [baz](baz.md) | `fun baz(): Unit`<br>The method baz. |