Rendering changed: "annotation class" is now just "class" (with kotlin.annotation.annotation if it's kotlin annotation).
A swarm of tests fixed accordingly.
This commit is contained in:
Vendored
+2
-2
@@ -4,10 +4,10 @@ internal var foo: kotlin.Int
|
||||
internal fun <get-foo>(): kotlin.Int
|
||||
internal fun <set-foo>(/*0*/ test.A() test.B() value: kotlin.Int): kotlin.Unit
|
||||
|
||||
kotlin.annotation.annotation() internal final annotation class A : kotlin.Annotation {
|
||||
kotlin.annotation.annotation() internal final class A : kotlin.Annotation {
|
||||
/*primary*/ public constructor A()
|
||||
}
|
||||
|
||||
kotlin.annotation.annotation() internal final annotation class B : kotlin.Annotation {
|
||||
kotlin.annotation.annotation() internal final class B : kotlin.Annotation {
|
||||
/*primary*/ public constructor B()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user