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/section2.kt | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 test/data/comments/section2.kt (limited to 'test/data/comments/section2.kt') diff --git a/test/data/comments/section2.kt b/test/data/comments/section2.kt new file mode 100644 index 00000000..a34aa853 --- /dev/null +++ b/test/data/comments/section2.kt @@ -0,0 +1,6 @@ +/** + * Summary + * $one section one + * $two section two + */ +val property = "test" \ No newline at end of file -- cgit