From 451b678c6bdff8b8242f299c600d100929a5171f Mon Sep 17 00:00:00 2001 From: Ilya Ryzhenkov Date: Fri, 11 Jul 2014 19:37:02 +0400 Subject: Add processing of classes into model. --- test/data/functions/function.kt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test/data/functions/function.kt') diff --git a/test/data/functions/function.kt b/test/data/functions/function.kt index f8c64f94..3ed81dfa 100644 --- a/test/data/functions/function.kt +++ b/test/data/functions/function.kt @@ -1,4 +1,5 @@ /** * Function fn */ -fun fn() {} \ No newline at end of file +fun fn() { +} \ No newline at end of file -- cgit