693c753988
Despite the fact that the LHS of a double colon expression is now KtExpression instead of KtUserType, we must still consider it a type for callable references to work. Extract and reuse relevant parts of QualifiedExpressionResolver and TypeResolver to support this behavior
14 lines
471 B
Plaintext
Vendored
14 lines
471 B
Plaintext
Vendored
package
|
|
|
|
package test {
|
|
public fun test(): kotlin.Unit
|
|
|
|
public final class Foo {
|
|
public constructor Foo()
|
|
public final fun </*0*/ T> bar(/*0*/ x: kotlin.Int): kotlin.Int
|
|
public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean
|
|
public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int
|
|
public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String
|
|
}
|
|
}
|