[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. |