37b2e97e56
A swarm of tests fixed accordingly.
11 lines
288 B
Plaintext
Vendored
11 lines
288 B
Plaintext
Vendored
package test
|
|
|
|
kotlin.annotation.annotation() internal final class Anno : kotlin.Annotation {
|
|
/*primary*/ public constructor Anno()
|
|
}
|
|
|
|
internal final class Class {
|
|
/*primary*/ public constructor Class()
|
|
internal final fun foo(/*0*/ test.Anno() x: kotlin.String): kotlin.Unit
|
|
}
|