fix tests in org.jetbrains.kotlin.checkers
This commit is contained in:
+4
-4
@@ -1,12 +1,12 @@
|
||||
package
|
||||
|
||||
package foo {
|
||||
internal fun dispatch(/*0*/ request: foo.Request): kotlin.Unit
|
||||
public fun dispatch(/*0*/ request: foo.Request): kotlin.Unit
|
||||
|
||||
internal interface Request {
|
||||
public interface Request {
|
||||
public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean
|
||||
internal abstract fun getMethod(): kotlin.String?
|
||||
internal abstract fun getRequestURI(): kotlin.String?
|
||||
public abstract fun getMethod(): kotlin.String?
|
||||
public abstract fun getRequestURI(): kotlin.String?
|
||||
public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int
|
||||
public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user