aboutsummaryrefslogtreecommitdiff
path: root/core/testdata/format/typeLink.kt
diff options
context:
space:
mode:
Diffstat (limited to 'core/testdata/format/typeLink.kt')
-rw-r--r--core/testdata/format/typeLink.kt5
1 files changed, 5 insertions, 0 deletions
diff --git a/core/testdata/format/typeLink.kt b/core/testdata/format/typeLink.kt
new file mode 100644
index 000000000..966e020e6
--- /dev/null
+++ b/core/testdata/format/typeLink.kt
@@ -0,0 +1,5 @@
+class Foo() {
+}
+
+class Bar(): Foo {
+}