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:
+2
-2
@@ -1,10 +1,10 @@
|
||||
package test
|
||||
|
||||
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