aboutsummaryrefslogtreecommitdiff
path: root/core/testdata/format/inheritedLink.1.kt
diff options
context:
space:
mode:
Diffstat (limited to 'core/testdata/format/inheritedLink.1.kt')
-rw-r--r--core/testdata/format/inheritedLink.1.kt10
1 files changed, 10 insertions, 0 deletions
diff --git a/core/testdata/format/inheritedLink.1.kt b/core/testdata/format/inheritedLink.1.kt
new file mode 100644
index 00000000..29cc12b4
--- /dev/null
+++ b/core/testdata/format/inheritedLink.1.kt
@@ -0,0 +1,10 @@
+package p1
+
+import java.util.LinkedList
+
+interface Foo {
+
+ /** Says hello - [LinkedList]. */
+ fun sayHello() : String
+
+} \ No newline at end of file