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

# Foo

`class Foo`

The class Foo.

### Constructors

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

### Functions

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