aboutsummaryrefslogtreecommitdiff
path: root/core/testdata/format/inheritedLink.kt
diff options
context:
space:
mode:
Diffstat (limited to 'core/testdata/format/inheritedLink.kt')
-rw-r--r--core/testdata/format/inheritedLink.kt11
1 files changed, 0 insertions, 11 deletions
diff --git a/core/testdata/format/inheritedLink.kt b/core/testdata/format/inheritedLink.kt
deleted file mode 100644
index 86b8f4e2..00000000
--- a/core/testdata/format/inheritedLink.kt
+++ /dev/null
@@ -1,11 +0,0 @@
-package p2
-
-import p1.Foo
-
-class FooBar : Foo {
-
- override fun sayHello(): String {
- return "Hello!"
- }
-
-} \ No newline at end of file