From a8e59d7af41ca05b68e2d916552cecbbacbf3e92 Mon Sep 17 00:00:00 2001 From: Ilya Ryzhenkov Date: Fri, 11 Jul 2014 21:43:38 +0400 Subject: Add tests for comment extraction, support one-line and mutliple joined doc-comments. Start primitive ConsoleGenerator to dump model. --- test/data/comments/oneLineDoc.kt | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 test/data/comments/oneLineDoc.kt (limited to 'test/data/comments/oneLineDoc.kt') diff --git a/test/data/comments/oneLineDoc.kt b/test/data/comments/oneLineDoc.kt new file mode 100644 index 00000000..92a40c67 --- /dev/null +++ b/test/data/comments/oneLineDoc.kt @@ -0,0 +1,2 @@ +/** doc */ +val property = "test" \ No newline at end of file -- cgit