diff options
author | Ilya Ryzhenkov <orangy@jetbrains.com> | 2014-07-11 20:53:46 +0400 |
---|---|---|
committer | Ilya Ryzhenkov <orangy@jetbrains.com> | 2014-07-11 20:53:46 +0400 |
commit | 6afd7af76563f373e971256f8c9a7dcf42183fd4 (patch) | |
tree | afd350714842b4ec4d9145b8edd43f2962a51290 /test/data/properties/valuePropertyWithGetter.kt | |
parent | 044308ba60a0d4462ccb7388f16ad17a31d7450d (diff) | |
download | dokka-6afd7af76563f373e971256f8c9a7dcf42183fd4.tar.gz dokka-6afd7af76563f373e971256f8c9a7dcf42183fd4.tar.bz2 dokka-6afd7af76563f373e971256f8c9a7dcf42183fd4.zip |
Migrate tests to org.jetbrains.dokka
Diffstat (limited to 'test/data/properties/valuePropertyWithGetter.kt')
-rw-r--r-- | test/data/properties/valuePropertyWithGetter.kt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/data/properties/valuePropertyWithGetter.kt b/test/data/properties/valuePropertyWithGetter.kt index 52c3534a..64d3848c 100644 --- a/test/data/properties/valuePropertyWithGetter.kt +++ b/test/data/properties/valuePropertyWithGetter.kt @@ -1,2 +1,2 @@ -val property +val property: String get() = "test"
\ No newline at end of file |