From 09935fc1657670eaa8beb1b56718ed267404d7db Mon Sep 17 00:00:00 2001 From: Ilya Ryzhenkov Date: Fri, 11 Jul 2014 22:25:01 +0400 Subject: Support type parameter constraints as type parameter details. --- test/data/functions/genericFunctionWithConstraints.kt | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 test/data/functions/genericFunctionWithConstraints.kt (limited to 'test/data') 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 generic() { +} \ No newline at end of file -- cgit