aboutsummaryrefslogtreecommitdiff
path: root/test/data
diff options
context:
space:
mode:
Diffstat (limited to 'test/data')
-rw-r--r--test/data/format/typeParameterBounds.kt6
-rw-r--r--test/data/format/typeParameterBounds.md15
2 files changed, 21 insertions, 0 deletions
diff --git a/test/data/format/typeParameterBounds.kt b/test/data/format/typeParameterBounds.kt
new file mode 100644
index 00000000..5f22f8c5
--- /dev/null
+++ b/test/data/format/typeParameterBounds.kt
@@ -0,0 +1,6 @@
+
+/**
+ * generic function
+ */
+public fun <T : R, R> generic() {
+} \ No newline at end of file
diff --git a/test/data/format/typeParameterBounds.md b/test/data/format/typeParameterBounds.md
new file mode 100644
index 00000000..f9d39e8c
--- /dev/null
+++ b/test/data/format/typeParameterBounds.md
@@ -0,0 +1,15 @@
+[test](out.md) / [](out.md) / [generic](out.md)
+
+
+# generic
+
+
+```
+public fun &lt;T : R, R&gt; generic(): Unit
+```
+
+
+generic function
+
+
+