aboutsummaryrefslogtreecommitdiff
path: root/test/data
diff options
context:
space:
mode:
Diffstat (limited to 'test/data')
-rw-r--r--test/data/functions/genericFunctionWithConstraints.kt6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/data/functions/genericFunctionWithConstraints.kt b/test/data/functions/genericFunctionWithConstraints.kt
new file mode 100644
index 00000000..11598ae7
--- /dev/null
+++ b/test/data/functions/genericFunctionWithConstraints.kt
@@ -0,0 +1,6 @@
+
+/**
+ * generic function
+ */
+fun <T : CharSequence> generic() {
+} \ No newline at end of file