From deae3bfbe0a5bda997f3033693879042a058de3a Mon Sep 17 00:00:00 2001 From: Ilya Ryzhenkov Date: Fri, 11 Jul 2014 17:16:09 +0400 Subject: Bootstrapped TDD, first test red then green. --- test/data/function.kt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'test/data') diff --git a/test/data/function.kt b/test/data/function.kt index e69de29b..878b017b 100644 --- a/test/data/function.kt +++ b/test/data/function.kt @@ -0,0 +1,4 @@ +/** + * doc + */ +fun fn() {} \ No newline at end of file -- cgit