From 3f9dedbc9a0d559ab1320c395847ff88af7ad497 Mon Sep 17 00:00:00 2001 From: Filip ZybaƂa Date: Thu, 26 Mar 2020 09:54:01 +0100 Subject: Fixed tests --- .../out/html/root/-fancy/-init-.html | 3 +-- .../out/html/root/-fancy/equals.html | 3 +-- .../out/html/root/-fancy/hash-code.html | 3 +-- .../out/html/root/-fancy/index.html | 17 +++++++---------- .../out/html/root/-fancy/to-string.html | 3 +-- .../out/html/root/function.html | 5 +---- .../functionWithAnnotatedParam/out/html/root/index.html | 12 ++++-------- 7 files changed, 16 insertions(+), 30 deletions(-) (limited to 'plugins/base/src/test/resources/expect/functionWithAnnotatedParam/out') diff --git a/plugins/base/src/test/resources/expect/functionWithAnnotatedParam/out/html/root/-fancy/-init-.html b/plugins/base/src/test/resources/expect/functionWithAnnotatedParam/out/html/root/-fancy/-init-.html index 68608d40..51e4544a 100644 --- a/plugins/base/src/test/resources/expect/functionWithAnnotatedParam/out/html/root/-fancy/-init-.html +++ b/plugins/base/src/test/resources/expect/functionWithAnnotatedParam/out/html/root/-fancy/-init-.html @@ -18,8 +18,7 @@
//root//Fancy/<init>

<init>

-
final fun <init>()
-
+
final fun <init>()
diff --git a/plugins/base/src/test/resources/expect/functionWithAnnotatedParam/out/html/root/-fancy/equals.html b/plugins/base/src/test/resources/expect/functionWithAnnotatedParam/out/html/root/-fancy/equals.html index 095832b0..3047ead0 100644 --- a/plugins/base/src/test/resources/expect/functionWithAnnotatedParam/out/html/root/-fancy/equals.html +++ b/plugins/base/src/test/resources/expect/functionWithAnnotatedParam/out/html/root/-fancy/equals.html @@ -18,8 +18,7 @@
//root//Fancy/equals

equals

-
open fun equals(other: Any): Boolean
-
+
open fun equals(other: Any): Boolean
diff --git a/plugins/base/src/test/resources/expect/functionWithAnnotatedParam/out/html/root/-fancy/hash-code.html b/plugins/base/src/test/resources/expect/functionWithAnnotatedParam/out/html/root/-fancy/hash-code.html index c600cba6..aae30759 100644 --- a/plugins/base/src/test/resources/expect/functionWithAnnotatedParam/out/html/root/-fancy/hash-code.html +++ b/plugins/base/src/test/resources/expect/functionWithAnnotatedParam/out/html/root/-fancy/hash-code.html @@ -18,8 +18,7 @@
//root//Fancy/hashCode

hashCode

-
open fun hashCode(): Int
-
+
open fun hashCode(): Int
diff --git a/plugins/base/src/test/resources/expect/functionWithAnnotatedParam/out/html/root/-fancy/index.html b/plugins/base/src/test/resources/expect/functionWithAnnotatedParam/out/html/root/-fancy/index.html index 9d89328b..5c51a927 100644 --- a/plugins/base/src/test/resources/expect/functionWithAnnotatedParam/out/html/root/-fancy/index.html +++ b/plugins/base/src/test/resources/expect/functionWithAnnotatedParam/out/html/root/-fancy/index.html @@ -18,30 +18,27 @@
//root//Fancy

Fancy

-
annotation class Fancy
+
annotation class Fancy

Functions

- - - diff --git a/plugins/base/src/test/resources/expect/functionWithAnnotatedParam/out/html/root/-fancy/to-string.html b/plugins/base/src/test/resources/expect/functionWithAnnotatedParam/out/html/root/-fancy/to-string.html index 01f5bd2f..89cc4ecc 100644 --- a/plugins/base/src/test/resources/expect/functionWithAnnotatedParam/out/html/root/-fancy/to-string.html +++ b/plugins/base/src/test/resources/expect/functionWithAnnotatedParam/out/html/root/-fancy/to-string.html @@ -18,8 +18,7 @@
//root//Fancy/toString

toString

-
open fun toString(): String
-
+
open fun toString(): String
diff --git a/plugins/base/src/test/resources/expect/functionWithAnnotatedParam/out/html/root/function.html b/plugins/base/src/test/resources/expect/functionWithAnnotatedParam/out/html/root/function.html index 4a0faa01..ad03758d 100644 --- a/plugins/base/src/test/resources/expect/functionWithAnnotatedParam/out/html/root/function.html +++ b/plugins/base/src/test/resources/expect/functionWithAnnotatedParam/out/html/root/function.html @@ -18,10 +18,7 @@
//root//function

function

-
final fun function(notInlined: -
() -> Unit
-)
-
+
final fun function(notInlined:
() -> Unit
)
diff --git a/plugins/base/src/test/resources/expect/functionWithAnnotatedParam/out/html/root/index.html b/plugins/base/src/test/resources/expect/functionWithAnnotatedParam/out/html/root/index.html index c6e84a04..88bff912 100644 --- a/plugins/base/src/test/resources/expect/functionWithAnnotatedParam/out/html/root/index.html +++ b/plugins/base/src/test/resources/expect/functionWithAnnotatedParam/out/html/root/index.html @@ -24,9 +24,8 @@ - @@ -37,11 +36,8 @@ - -- cgit
equals -
open fun equals(other: Any): Boolean
-
+
open fun equals(other: Any): Boolean
+
hashCode -
open fun hashCode(): Int
-
+
open fun hashCode(): Int
+
toString -
open fun toString(): String
-
+
open fun toString(): String
+
Fancy -
annotation class Fancy
-
+
annotation class Fancy
+
function -
final fun function(notInlined: -
() -> Unit
-)
-
+
final fun function(notInlined:
() -> Unit
)
+