[Test] Update dumps of fir metadata where it differs on different platforms

This commit is contained in:
Dmitriy Novozhilov
2023-05-31 15:05:58 +03:00
committed by Space Team
parent 357c552b5f
commit 6521729466
104 changed files with 808 additions and 4 deletions
@@ -0,0 +1,13 @@
@R|test/A|(s = String(1)) public final fun foo(): R|kotlin/String|
public final var v: R|kotlin/Int|
@PROPERTY_GETTER:R|test/A|(s = String(3)) public get(): R|kotlin/Int|
@PROPERTY_SETTER:R|test/A|(s = String(4)) public set(value: R|kotlin/Int|): R|kotlin/Unit|
public final annotation class A : R|kotlin/Annotation| {
public final val s: R|kotlin/String|
public get(): R|kotlin/String|
public constructor(s: R|kotlin/String|): R|test/A|
}
@@ -1,3 +1,4 @@
// PLATFORM_DEPENDANT_METADATA
package test
annotation class A(val s: String)