fix tests in org.jetbrains.kotlin.checkers
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
package test
|
||||
|
||||
kotlin.annotation.annotation() internal final class Anno : kotlin.Annotation {
|
||||
kotlin.annotation.annotation() public final class Anno : kotlin.Annotation {
|
||||
/*primary*/ public constructor Anno()
|
||||
}
|
||||
|
||||
test.Anno() internal final class X {
|
||||
test.Anno() public final class X {
|
||||
/*primary*/ public constructor X()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user