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, 3 insertions, 0 deletions
diff --git a/core/testdata/format/linkWithStarProjection.kt b/core/testdata/format/linkWithStarProjection.kt
new file mode 100644
index 00000000..6da6c595
--- /dev/null
+++ b/core/testdata/format/linkWithStarProjection.kt
@@ -0,0 +1,3 @@
+object KClassLoader {
+ fun foo(c: Enum<*>) { }
+}