diff options
author | Dmitry Jemerov <yole@jetbrains.com> | 2015-01-14 14:00:55 +0100 |
---|---|---|
committer | Dmitry Jemerov <yole@jetbrains.com> | 2015-01-14 14:00:55 +0100 |
commit | faad901ed29f802d7b304c06ae62954b149960e7 (patch) | |
tree | 6af5015bf1d03fc051678e58bfb81580bd9bcc68 /test/data/format/propertyVar.kt | |
parent | cd21e1fea43c0b7fa8013e3db7f49fe2b600b7f8 (diff) | |
download | dokka-faad901ed29f802d7b304c06ae62954b149960e7.tar.gz dokka-faad901ed29f802d7b304c06ae62954b149960e7.tar.bz2 dokka-faad901ed29f802d7b304c06ae62954b149960e7.zip |
correcty distinguish 'val' and 'var' properties
Diffstat (limited to 'test/data/format/propertyVar.kt')
-rw-r--r-- | test/data/format/propertyVar.kt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/data/format/propertyVar.kt b/test/data/format/propertyVar.kt new file mode 100644 index 00000000..88be1a7a --- /dev/null +++ b/test/data/format/propertyVar.kt @@ -0,0 +1 @@ +var x = 1
\ No newline at end of file |