mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-09 00:21:47 +00:00
fix tests in org.jetbrains.kotlin.checkers
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
package test
|
||||
|
||||
internal final class Some {
|
||||
public final class Some {
|
||||
/*primary*/ public constructor Some()
|
||||
|
||||
test.Some.Companion.TestAnnotation() public companion object Companion {
|
||||
/*primary*/ private constructor Companion()
|
||||
|
||||
kotlin.annotation.annotation() internal final class TestAnnotation : kotlin.Annotation {
|
||||
kotlin.annotation.annotation() public final class TestAnnotation : kotlin.Annotation {
|
||||
/*primary*/ public constructor TestAnnotation()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user