From a83488aae453f1bf01cfb5507317acf0b9ddfb82 Mon Sep 17 00:00:00 2001 From: Ilya Ryzhenkov Date: Sat, 12 Jul 2014 03:55:20 +0400 Subject: Implement section parsing. --- test/data/comments/section1.kt | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 test/data/comments/section1.kt (limited to 'test/data/comments/section1.kt') diff --git a/test/data/comments/section1.kt b/test/data/comments/section1.kt new file mode 100644 index 00000000..0a27d394 --- /dev/null +++ b/test/data/comments/section1.kt @@ -0,0 +1,5 @@ +/** + * Summary + * $one section one + */ +val property = "test" \ No newline at end of file -- cgit