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


### Extensions for kotlin.String


| [fn](test/foo/kotlin.-string/fn) | `fun String.fn(): Unit`
`fun String.fn(x: Int): Unit`
Function with receiver

 |
| [foobar](test/foo/kotlin.-string/foobar) | `val String.foobar: Int`
Property with receiver.

 |