From 03d567b763839323ab13d2f385395b221da06023 Mon Sep 17 00:00:00 2001 From: Dmitry Jemerov Date: Thu, 28 Apr 2016 17:55:46 +0200 Subject: SOE protection when calculating type signature. Resolves #69 --- core/testdata/format/linkWithStarProjection.html | 24 ++++++++++++++++++++++++ core/testdata/format/linkWithStarProjection.kt | 3 +++ 2 files changed, 27 insertions(+) create mode 100644 core/testdata/format/linkWithStarProjection.html create mode 100644 core/testdata/format/linkWithStarProjection.kt (limited to 'core/testdata/format') diff --git a/core/testdata/format/linkWithStarProjection.html b/core/testdata/format/linkWithStarProjection.html new file mode 100644 index 00000000..0e829e80 --- /dev/null +++ b/core/testdata/format/linkWithStarProjection.html @@ -0,0 +1,24 @@ + + +KClassLoader - test + + +test / KClassLoader
+
+

KClassLoader

+object KClassLoader
+
+
+

Functions

+ + + + + + + +
+foo +fun foo(c: Enum<*>): Unit
+ + 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<*>) { } +} -- cgit