From ee824b90249fd1d6d868af998c6826df31ab557b Mon Sep 17 00:00:00 2001 From: Simon Ogorodnik Date: Tue, 1 Nov 2016 18:44:23 +0300 Subject: Fix for GH #95 , KT-13300 : dokka eats apostrophes --- core/testdata/comments/quotes.kt | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 core/testdata/comments/quotes.kt (limited to 'core/testdata') diff --git a/core/testdata/comments/quotes.kt b/core/testdata/comments/quotes.kt new file mode 100644 index 00000000..47ae6892 --- /dev/null +++ b/core/testdata/comments/quotes.kt @@ -0,0 +1,2 @@ +/** it's "useful" */ +val property = "test" \ No newline at end of file -- cgit