aboutsummaryrefslogtreecommitdiff
path: root/test/data/properties/variablePropertyWithAccessors.kt
diff options
context:
space:
mode:
authorIlya Ryzhenkov <orangy@jetbrains.com>2014-07-11 20:16:27 +0400
committerIlya Ryzhenkov <orangy@jetbrains.com>2014-07-11 20:16:27 +0400
commitf2f6fd9fa48aaa49e16eaa78b86be89e1a232ad7 (patch)
tree0f05fcea870074df16c7d2481ac52476d40c5fd5 /test/data/properties/variablePropertyWithAccessors.kt
parentcc008898485627a805c8275dede9883529712cb9 (diff)
downloaddokka-f2f6fd9fa48aaa49e16eaa78b86be89e1a232ad7.tar.gz
dokka-f2f6fd9fa48aaa49e16eaa78b86be89e1a232ad7.tar.bz2
dokka-f2f6fd9fa48aaa49e16eaa78b86be89e1a232ad7.zip
Add top level property tests.
Diffstat (limited to 'test/data/properties/variablePropertyWithAccessors.kt')
-rw-r--r--test/data/properties/variablePropertyWithAccessors.kt3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/data/properties/variablePropertyWithAccessors.kt b/test/data/properties/variablePropertyWithAccessors.kt
new file mode 100644
index 00000000..87c1be38
--- /dev/null
+++ b/test/data/properties/variablePropertyWithAccessors.kt
@@ -0,0 +1,3 @@
+var property
+ get() = "test"
+ set(value) {} \ No newline at end of file