diff options
author | Ilya Ryzhenkov <orangy@jetbrains.com> | 2014-07-11 20:07:35 +0400 |
---|---|---|
committer | Ilya Ryzhenkov <orangy@jetbrains.com> | 2014-07-11 20:07:35 +0400 |
commit | cc008898485627a805c8275dede9883529712cb9 (patch) | |
tree | f4759bbb7f751336b22755689971a27468eeca40 /test/data | |
parent | e4a6e2d908b285a3a92a65d99322f810fb5ff37d (diff) | |
download | dokka-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.kt | 3 |
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 |