[Test] Update dumps of fir metadata where it differs on different platforms
This commit is contained in:
committed by
Space Team
parent
357c552b5f
commit
6521729466
Vendored
+13
@@ -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|
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user