diff options
Diffstat (limited to 'core/testdata/comments/quotes.kt')
-rw-r--r-- | core/testdata/comments/quotes.kt | 2 |
1 files changed, 2 insertions, 0 deletions
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 |