aboutsummaryrefslogtreecommitdiff
path: root/core/testdata/format/website-html/newLinesInImportList.kt
diff options
context:
space:
mode:
Diffstat (limited to 'core/testdata/format/website-html/newLinesInImportList.kt')
-rw-r--r--core/testdata/format/website-html/newLinesInImportList.kt12
1 files changed, 12 insertions, 0 deletions
diff --git a/core/testdata/format/website-html/newLinesInImportList.kt b/core/testdata/format/website-html/newLinesInImportList.kt
new file mode 100644
index 000000000..836d9f6f0
--- /dev/null
+++ b/core/testdata/format/website-html/newLinesInImportList.kt
@@ -0,0 +1,12 @@
+import same.*
+import some.*
+
+/**
+ * @sample example1
+ */
+fun foo() {
+}
+
+fun example1() {
+
+} \ No newline at end of file