aboutsummaryrefslogtreecommitdiff
path: root/core/testdata/format/typeLink.kt
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-11-28 15:58:10 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-11-28 15:58:10 +0000
commitecf8061396ac2d1bb0f75c37d48caf53c3be1ce4 (patch)
tree4058cd853f36166d424eee7e69e95ad3125d1189 /core/testdata/format/typeLink.kt
parent7f79c3b49be99f3d45d099a30b78faa6d96e93b2 (diff)
parent77665b03848c6574ff3e40ec875c347d5eb41a8f (diff)
downloaddokka-ecf8061396ac2d1bb0f75c37d48caf53c3be1ce4.tar.gz
Snap for 11149604 from 77665b03848c6574ff3e40ec875c347d5eb41a8f to androidx-versionedparcelable-releaseandroidx-versionedparcelable-release
Change-Id: Ia11dc58bb589d4d20dd8983fae63265d878b9752
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 {
+}