aboutsummaryrefslogtreecommitdiff
path: root/core/testdata/format/website-html/dataTags/jre7.kt
diff options
context:
space:
mode:
Diffstat (limited to 'core/testdata/format/website-html/dataTags/jre7.kt')
-rw-r--r--core/testdata/format/website-html/dataTags/jre7.kt11
1 files changed, 11 insertions, 0 deletions
diff --git a/core/testdata/format/website-html/dataTags/jre7.kt b/core/testdata/format/website-html/dataTags/jre7.kt
new file mode 100644
index 000000000..d21b8d7b4
--- /dev/null
+++ b/core/testdata/format/website-html/dataTags/jre7.kt
@@ -0,0 +1,11 @@
+package foo
+
+@SinceKotlin("1.1")
+fun jre7New() {}
+
+fun jre7() {}
+
+fun shared() {}
+
+@SinceKotlin("1.1")
+fun sharedNew() {} \ No newline at end of file