diff options
Diffstat (limited to 'test/data/functions/genericFunction.kt')
-rw-r--r-- | test/data/functions/genericFunction.kt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/data/functions/genericFunction.kt b/test/data/functions/genericFunction.kt new file mode 100644 index 00000000..6e07d04b --- /dev/null +++ b/test/data/functions/genericFunction.kt @@ -0,0 +1,5 @@ + +/** + * generic function + */ +fun <T> generic() {}
\ No newline at end of file |