mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-09 00:21:47 +00:00
Use proper initial/frontend version of suspend descriptor when writing METHOD_FOR_FUNCTION, because serializer uses this version Also this commit contains adjustments of neighboring code to the describe change #KT-16093 Fixed
10 lines
286 B
Plaintext
Vendored
10 lines
286 B
Plaintext
Vendored
package test
|
|
|
|
@test.Anno(t = "foo") public suspend fun foo(): kotlin.Unit
|
|
|
|
public final annotation class Anno : kotlin.Annotation {
|
|
/*primary*/ public constructor Anno(/*0*/ t: kotlin.String)
|
|
public final val t: kotlin.String
|
|
public final fun <get-t>(): kotlin.String
|
|
}
|