aboutsummaryrefslogtreecommitdiff
path: root/core/testdata/format/linksInEmphasis.md
blob: 0cd1aca1862e3434d3bf2e12b099a2c26a19a9f1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[test](../../index.md) / [Bar](./index.md)

# Bar

`class Bar`

An emphasised class.

*This class [Bar](./index.md) is awesome.*

*Even more awesomer is the function [Bar.foo](foo.md)*

*[Bar.hello](hello.md) is also OK*

### Constructors

| [&lt;init&gt;](-init-.md) | `Bar()`<br>An emphasised class. |

### Functions

| [foo](foo.md) | `fun foo(): Unit` |
| [hello](hello.md) | `fun hello(): Unit` |