aboutsummaryrefslogtreecommitdiff
path: root/core/testdata/format/extensions.class.md
blob: f75b4dc8125949cda31f1a3f740d813e932fa3ed (plain)
1
2
3
4
5
6
7
[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`<br>`fun String.fn(x: Int): Unit`<br>Function with receiver |
| [foobar](test/foo/kotlin.-string/foobar) | `val String.foobar: Int`<br>Property with receiver. |