Files
kotlin-fork/compiler/testData/diagnostics/tests/smartCasts/combineWithNoSelectorInfo.txt
T
2015-09-08 02:04:32 +03:00

14 lines
513 B
Plaintext
Vendored

package
package foo {
public fun dispatch(/*0*/ request: foo.Request): kotlin.Unit
public interface Request {
public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean
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
}
}