aboutsummaryrefslogtreecommitdiff
path: root/core/testdata/format/annotations.md
diff options
context:
space:
mode:
Diffstat (limited to 'core/testdata/format/annotations.md')
-rw-r--r--core/testdata/format/annotations.md26
1 files changed, 26 insertions, 0 deletions
diff --git a/core/testdata/format/annotations.md b/core/testdata/format/annotations.md
new file mode 100644
index 00000000..b898d55c
--- /dev/null
+++ b/core/testdata/format/annotations.md
@@ -0,0 +1,26 @@
+[test](test/index) / [Foo](test/-foo/index)
+
+
+# Foo
+
+`data class Foo`
+
+
+
+### Constructors
+
+
+| [<init>](test/-foo/-init-) | `Foo()` |
+
+
+### Properties
+
+
+| [x](test/-foo/x) | `val x: Int` |
+
+
+### Functions
+
+
+| [bar](test/-foo/bar) | `fun bar(notInlined: () -> Unit): Unit` |
+