37b2e97e56
A swarm of tests fixed accordingly.
13 lines
413 B
Plaintext
Vendored
13 lines
413 B
Plaintext
Vendored
package test
|
|
|
|
kotlin.annotation.annotation() internal final class A : kotlin.Annotation {
|
|
/*primary*/ public constructor A()
|
|
}
|
|
|
|
internal final class Class {
|
|
/*primary*/ public constructor Class()
|
|
internal final var kotlin.Int.foo: kotlin.Int
|
|
internal final fun kotlin.Int.<get-foo>(): kotlin.Int
|
|
internal final fun kotlin.Int.<set-foo>(/*0*/ test.A() value: kotlin.Int): kotlin.Unit
|
|
}
|