aboutsummaryrefslogtreecommitdiff
path: root/test/data/format/extensions.class.md
blob: a9747756de05af7a1c749f4a7b8415206abde214 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[test](out.md) / [foo](out.md) / [String](out.md)


### Extensions for String


| [fn](out.md) | `fun String.fn(): Unit`
`fun String.fn(x: Int): Unit`
Function with receiver

 |
| [foobar](out.md) | `val String.foobar: Int`
Property with receiver.

 |