From 7f6961a9de7d4b42e07b3f1fbd71e3bfb2200f9a Mon Sep 17 00:00:00 2001 From: Ilya Ryzhenkov Date: Fri, 11 Jul 2014 14:42:08 +0400 Subject: Add junit, setup test folders, add test/data/function.kt for initial model building without dependencies. --- test/data/function.kt | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 test/data/function.kt (limited to 'test/data/function.kt') diff --git a/test/data/function.kt b/test/data/function.kt new file mode 100644 index 00000000..facbf677 --- /dev/null +++ b/test/data/function.kt @@ -0,0 +1,2 @@ + +fun fn() {} \ No newline at end of file -- cgit