fix tests in org.jetbrains.kotlin.checkers
This commit is contained in:
+2
-2
@@ -1,9 +1,9 @@
|
||||
package
|
||||
|
||||
package test {
|
||||
internal val some: test.SomeObject
|
||||
public val some: test.SomeObject
|
||||
|
||||
[ERROR : BadAnnotation]() internal object SomeObject {
|
||||
[ERROR : BadAnnotation]() public object SomeObject {
|
||||
private constructor SomeObject()
|
||||
public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean
|
||||
public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int
|
||||
|
||||
Reference in New Issue
Block a user