aboutsummaryrefslogtreecommitdiff
path: root/test/data
diff options
context:
space:
mode:
authorIlya Ryzhenkov <orangy@jetbrains.com>2014-07-11 20:07:35 +0400
committerIlya Ryzhenkov <orangy@jetbrains.com>2014-07-11 20:07:35 +0400
commitcc008898485627a805c8275dede9883529712cb9 (patch)
treef4759bbb7f751336b22755689971a27468eeca40 /test/data
parente4a6e2d908b285a3a92a65d99322f810fb5ff37d (diff)
downloaddokka-cc008898485627a805c8275dede9883529712cb9.tar.gz
dokka-cc008898485627a805c8275dede9883529712cb9.tar.bz2
dokka-cc008898485627a805c8275dede9883529712cb9.zip
Process properties in classes without accessors
Diffstat (limited to 'test/data')
-rw-r--r--test/data/classes/classWithProperty.kt3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/data/classes/classWithProperty.kt b/test/data/classes/classWithProperty.kt
new file mode 100644
index 00000000..2a849572
--- /dev/null
+++ b/test/data/classes/classWithProperty.kt
@@ -0,0 +1,3 @@
+class Klass {
+ val name: String = ""
+} \ No newline at end of file