aboutsummaryrefslogtreecommitdiff
path: root/core/testdata/format/java-layout-html/inboundLinksInKotlinMode.Dep.kt
diff options
context:
space:
mode:
Diffstat (limited to 'core/testdata/format/java-layout-html/inboundLinksInKotlinMode.Dep.kt')
-rw-r--r--core/testdata/format/java-layout-html/inboundLinksInKotlinMode.Dep.kt23
1 files changed, 23 insertions, 0 deletions
diff --git a/core/testdata/format/java-layout-html/inboundLinksInKotlinMode.Dep.kt b/core/testdata/format/java-layout-html/inboundLinksInKotlinMode.Dep.kt
new file mode 100644
index 000000000..610ebb221
--- /dev/null
+++ b/core/testdata/format/java-layout-html/inboundLinksInKotlinMode.Dep.kt
@@ -0,0 +1,23 @@
+package foo
+
+
+fun foobar() {
+
+}
+
+
+val v = 22
+
+class G {
+
+ fun oo() = ""
+
+ val og = 11
+
+ companion object {
+
+ fun dg() = "22"
+
+ val dv = 12
+ }
+} \ No newline at end of file