aboutsummaryrefslogtreecommitdiff
path: root/core/testdata/format/java-layout-html/inboundLinksInKotlinMode.kt
diff options
context:
space:
mode:
Diffstat (limited to 'core/testdata/format/java-layout-html/inboundLinksInKotlinMode.kt')
-rw-r--r--core/testdata/format/java-layout-html/inboundLinksInKotlinMode.kt16
1 files changed, 16 insertions, 0 deletions
diff --git a/core/testdata/format/java-layout-html/inboundLinksInKotlinMode.kt b/core/testdata/format/java-layout-html/inboundLinksInKotlinMode.kt
new file mode 100644
index 000000000..6420d7876
--- /dev/null
+++ b/core/testdata/format/java-layout-html/inboundLinksInKotlinMode.kt
@@ -0,0 +1,16 @@
+package bar
+
+/**
+ * See [foo.foobar]
+ * See [foo.v]
+ * See [foo.G]
+ * See [foo.G.oo]
+ * See [foo.G.og]
+ * See [foo.G.Companion.dg]
+ * See [foo.G.Companion.dv]
+ */
+class X {
+
+ fun (foo.G).ext() = this.oo()
+}
+