[test](out.md) / [foo](out.md) / [String](out.md) ### Extensions for String | [fn](out.md) | `fun String.fn(): Unit` `fun String.fn(x: Int): Unit` Function with receiver | | [foobar](out.md) | `val String.foobar: Int` Property with receiver. |