[KLIB tool] Update KLIB metadata dump tests
^KT-62340
This commit is contained in:
committed by
Space Team
parent
f9f97f2050
commit
07767f88e2
Vendored
+33
-9
@@ -1,11 +1,35 @@
|
||||
package <root> {
|
||||
// Signature: /Foo|null[0]
|
||||
@Deprecated(message = "O/{id}") class Foo constructor()
|
||||
// Signature: /Obj|null[0]
|
||||
object Obj {
|
||||
// Signature: /Obj.O|-6675131087042329948[0]
|
||||
const val O: String = "O"
|
||||
// Signature: /Obj.concat|4194001668264387881[0]
|
||||
val concat: String = "OK"
|
||||
library {
|
||||
// module name: <stringConcatenation.kt>
|
||||
|
||||
library fragment {
|
||||
// package name: <root>
|
||||
|
||||
// class name: Foo
|
||||
// class name: Obj
|
||||
|
||||
// signature: /Foo|null[0]
|
||||
@kotlin/Deprecated(message = "O/{id}")
|
||||
public final class Foo : kotlin/Any {
|
||||
|
||||
// signature: /Foo.<init>|-5645683436151566731[0]
|
||||
public constructor()
|
||||
}
|
||||
|
||||
// signature: /Obj|null[0]
|
||||
public final object Obj : kotlin/Any {
|
||||
|
||||
// signature: /Obj.<init>|-5645683436151566731[0]
|
||||
private constructor()
|
||||
|
||||
// signature: /Obj.O|-6675131087042329948[0]
|
||||
public final const val O: kotlin/String /* = "O" */
|
||||
// signature: /Obj.O.<get-O>|3449384386782486809[0]
|
||||
public final get
|
||||
|
||||
// signature: /Obj.concat|4194001668264387881[0]
|
||||
public final val concat: kotlin/String /* = "OK" */
|
||||
// signature: /Obj.concat.<get-concat>|7226754227535139280[0]
|
||||
public final get
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user