diff options
author | Ignat Beresnev <ignat.beresnev@jetbrains.com> | 2023-02-09 03:15:52 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-09 03:15:52 +0100 |
commit | 7546efb83afa39770be5c7b9df72edc115e59a5b (patch) | |
tree | 0066c2b9e833e7dd7fd8cfafc3a1d05d15f40000 /core/testdata/format/extensions.class.md | |
parent | 683f6bb418bada9c90d2ffbd5040b3968e1c3522 (diff) | |
download | dokka-7546efb83afa39770be5c7b9df72edc115e59a5b.tar.gz dokka-7546efb83afa39770be5c7b9df72edc115e59a5b.tar.bz2 dokka-7546efb83afa39770be5c7b9df72edc115e59a5b.zip |
Remove old test data (#2824)
Diffstat (limited to 'core/testdata/format/extensions.class.md')
-rw-r--r-- | core/testdata/format/extensions.class.md | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/core/testdata/format/extensions.class.md b/core/testdata/format/extensions.class.md deleted file mode 100644 index cd1bb70e..00000000 --- a/core/testdata/format/extensions.class.md +++ /dev/null @@ -1,7 +0,0 @@ -[test](../../index.md) / [foo](../index.md) / [kotlin.String](./index.md) - -### Extensions for kotlin.String - -| [fn](fn.md) | Function with receiver`fun String.fn(): Unit`<br>`fun String.fn(x: Int): Unit` | -| [foobar](foobar.md) | Property with receiver.`val String.foobar: Int` | - |