kotlinx-metadata: Fix tests for Flag.Constructor.IS_SECONDARY flag

^KT-42429
This commit is contained in:
Dmitriy Dolovov
2020-10-06 15:31:29 +03:00
parent 52e56ca070
commit c25742c91a
11 changed files with 27 additions and 27 deletions
+3 -3
View File
@@ -3,7 +3,7 @@
public final class A : kotlin/Any {
// signature: <init>()V
public /* primary */ constructor()
public constructor()
// module name: test-module
}
@@ -12,7 +12,7 @@ public final class A : kotlin/Any {
local final class .A$L<T#0 /* T */> : kotlin/Any {
// signature: <init>()V
public /* primary */ constructor()
public constructor()
// signature: x(LA$L;)V
public final fun x(l: .A$L<.A$L<T#0>.I>): kotlin/Unit
@@ -26,7 +26,7 @@ local final class .A$L<T#0 /* T */> : kotlin/Any {
local final inner class .A$L.I : kotlin/Any {
// signature: <init>(LA$L;)V
public /* primary */ constructor()
public constructor()
// module name: test-module
}