fix tests in org.jetbrains.kotlin.checkers
This commit is contained in:
+3
-3
@@ -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()
|
||||
}
|
||||
|
||||
internal interface Trait {
|
||||
internal open fun foo(/*0*/ test.Anno() x: kotlin.String): kotlin.Int
|
||||
public interface Trait {
|
||||
public open fun foo(/*0*/ test.Anno() x: kotlin.String): kotlin.Int
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user