7 lines
190 B
Plaintext
Vendored
7 lines
190 B
Plaintext
Vendored
package
|
|
|
|
package kotlin {
|
|
@kotlin.Deprecated(message = "foo test") @kotlin.DeprecatedSinceKotlin(warningSince = "1.0") public fun foo(): kotlin.Unit
|
|
public fun test(): kotlin.Unit
|
|
}
|