diff options
Diffstat (limited to 'test/data/format/extensions.class.md')
-rw-r--r-- | test/data/format/extensions.class.md | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/test/data/format/extensions.class.md b/test/data/format/extensions.class.md deleted file mode 100644 index c66cdb01..00000000 --- a/test/data/format/extensions.class.md +++ /dev/null @@ -1,16 +0,0 @@ -[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. - - | - |