aboutsummaryrefslogtreecommitdiff
path: root/core/testdata/format/extensions.class.md
blob: cd1bb70e536183bfe7d0952ae1614d5548fd908c (plain)
1
2
3
4
5
6
7
[test](../../index.md) / [foo](../index.md) / [kotlin.String](./index.md)

### Extensions for kotlin.String

| [fn](fn.md) | Function with receiver`fun String.fn(): Unit`<br>`fun String.fn(x: Int): Unit` |
| [foobar](foobar.md) | Property with receiver.`val String.foobar: Int` |