aboutsummaryrefslogtreecommitdiff
path: root/core/testdata/properties
diff options
context:
space:
mode:
Diffstat (limited to 'core/testdata/properties')
-rw-r--r--core/testdata/properties/sinceKotlin.kt5
1 files changed, 5 insertions, 0 deletions
diff --git a/core/testdata/properties/sinceKotlin.kt b/core/testdata/properties/sinceKotlin.kt
new file mode 100644
index 00000000..e96f2349
--- /dev/null
+++ b/core/testdata/properties/sinceKotlin.kt
@@ -0,0 +1,5 @@
+/**
+ * Quite useful [String]
+ */
+@SinceKotlin("1.1")
+val `availableSince1.1`: String = "1.1 rulezz" \ No newline at end of file