aboutsummaryrefslogtreecommitdiff
path: root/core/testdata/format/linksInEmphasis.md
blob: 9441ef6a0f7614df07b8f86de15c83ce14cbced6 (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](test/index) / [Bar](test/-bar/index)

# Bar

`class Bar`

An emphasised class.

*This class [Bar](test/-bar/index) is awesome.*

*Even more awesomer is the function [Bar.foo](test/-bar/foo)*

*[Bar.hello](test/-bar/hello) is also OK*

### Constructors

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

### Functions

| [foo](test/-bar/foo) | `fun foo(): Unit` |
| [hello](test/-bar/hello) | `fun hello(): Unit` |