aboutsummaryrefslogtreecommitdiff
path: root/test/data/format/nullability.md
diff options
context:
space:
mode:
Diffstat (limited to 'test/data/format/nullability.md')
-rw-r--r--test/data/format/nullability.md20
1 files changed, 20 insertions, 0 deletions
diff --git a/test/data/format/nullability.md b/test/data/format/nullability.md
new file mode 100644
index 00000000..ee50a0a5
--- /dev/null
+++ b/test/data/format/nullability.md
@@ -0,0 +1,20 @@
+[test](test/index) / [C](test/-c/index)
+
+
+# C
+
+`class C<T>`
+
+
+
+### Constructors
+
+
+| [<init>](test/-c/-init-) | `C()` |
+
+
+### Functions
+
+
+| [foo](test/-c/foo) | `fun foo(): Comparable<T>?` |
+