1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
[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. |