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:
@@ -21,7 +21,7 @@ test.anno(x = "top level class") internal final class C1 {
|
||||
}
|
||||
}
|
||||
|
||||
kotlin.annotation.annotation() internal final annotation class anno : kotlin.Annotation {
|
||||
kotlin.annotation.annotation() internal final class anno : kotlin.Annotation {
|
||||
public constructor anno(/*0*/ x: kotlin.String)
|
||||
internal final val x: kotlin.String
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user