mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-09 00:21:47 +00:00
Remove @annotation from test data
This commit is contained in:
@@ -6,7 +6,7 @@ public final class Some {
|
||||
@test.Some.Companion.TestAnnotation() public companion object Companion {
|
||||
/*primary*/ private constructor Companion()
|
||||
|
||||
@kotlin.annotation.annotation() public final class TestAnnotation : kotlin.Annotation {
|
||||
public final annotation class TestAnnotation : kotlin.Annotation {
|
||||
/*primary*/ public constructor TestAnnotation()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user