aboutsummaryrefslogtreecommitdiff
path: root/core/testdata/format/extensions.class.md
blob: b8fa200a111b654c0b49e6cf6aefa3fa3fcbcc82 (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) | `fun String.fn(): Unit`<br>`fun String.fn(x: Int): Unit`<br>Function with receiver |
| [foobar](foobar.md) | `val String.foobar: Int`<br>Property with receiver. |