aboutsummaryrefslogtreecommitdiff
path: root/core/testdata/format/linkWithStarProjection.kt
diff options
context:
space:
mode:
Diffstat (limited to 'core/testdata/format/linkWithStarProjection.kt')
-rw-r--r--core/testdata/format/linkWithStarProjection.kt3
1 files changed, 0 insertions, 3 deletions
diff --git a/core/testdata/format/linkWithStarProjection.kt b/core/testdata/format/linkWithStarProjection.kt
deleted file mode 100644
index 6da6c595..00000000
--- a/core/testdata/format/linkWithStarProjection.kt
+++ /dev/null
@@ -1,3 +0,0 @@
-object KClassLoader {
- fun foo(c: Enum<*>) { }
-}