From faad901ed29f802d7b304c06ae62954b149960e7 Mon Sep 17 00:00:00 2001 From: Dmitry Jemerov Date: Wed, 14 Jan 2015 14:00:55 +0100 Subject: correcty distinguish 'val' and 'var' properties --- test/data/format/propertyVar.kt | 1 + test/data/format/propertyVar.md | 12 ++++++++++++ 2 files changed, 13 insertions(+) create mode 100644 test/data/format/propertyVar.kt create mode 100644 test/data/format/propertyVar.md (limited to 'test/data/format') 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 diff --git a/test/data/format/propertyVar.md b/test/data/format/propertyVar.md new file mode 100644 index 00000000..6b14fca3 --- /dev/null +++ b/test/data/format/propertyVar.md @@ -0,0 +1,12 @@ +[test](out.md) / [](out.md) / [x](out.md) + + +# x + + +``` +var x: Int +``` + + + -- cgit