37b2e97e56
A swarm of tests fixed accordingly.
10 lines
241 B
Plaintext
Vendored
10 lines
241 B
Plaintext
Vendored
package test
|
|
|
|
kotlin.annotation.annotation() internal final class Anno : kotlin.Annotation {
|
|
/*primary*/ public constructor Anno()
|
|
}
|
|
|
|
internal interface Trait {
|
|
internal open fun foo(/*0*/ test.Anno() x: kotlin.String): kotlin.Int
|
|
}
|