aboutsummaryrefslogtreecommitdiff
path: root/core/testdata/format/gfm/sample.md
blob: 2b082296ba1f107554bc25b65c2db031a4224be1 (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. |