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
+2 -2
View File
@@ -4,7 +4,7 @@
public final class test/Klass : kotlin/Any {
// signature: <init>()V
public /* primary */ constructor()
public constructor()
// module name: test-module
}
@@ -14,7 +14,7 @@ public final class test/Konstructor : kotlin/Any {
// requires language version 42.0.0 (level=WARNING, errorCode=42, message="Konstructor must not be used!")
// signature: <init>()V
public /* primary */ constructor()
public constructor()
// module name: test-module
}