From b511259a37aa9feee06a3ca92b7967552aa34104 Mon Sep 17 00:00:00 2001 From: Ilya Ryzhenkov Date: Fri, 11 Jul 2014 22:09:41 +0400 Subject: Support type parameters for functions and classes. --- test/data/functions/genericFunction.kt | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 test/data/functions/genericFunction.kt (limited to 'test/data/functions') 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 generic() {} \ No newline at end of file -- cgit