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/emptyDoc.kt | 1 + 1 file changed, 1 insertion(+) create mode 100644 test/data/comments/emptyDoc.kt (limited to 'test/data/comments/emptyDoc.kt') diff --git a/test/data/comments/emptyDoc.kt b/test/data/comments/emptyDoc.kt new file mode 100644 index 00000000..b87cce57 --- /dev/null +++ b/test/data/comments/emptyDoc.kt @@ -0,0 +1 @@ +val property = "test" \ No newline at end of file -- cgit