Files
kotlin/compiler/testData/diagnostics/testsWithStdLib/callableReference/property/samePriorityForFunctionsAndProperties.txt
Svetlana Isakova 62c8a6f79a Fixed resolve for callable references
functions and properties have the same priority
2014-12-27 00:55:22 +03:00

13 lines
441 B
Plaintext

package
internal fun test(): kotlin.Unit
internal fun kotlin.Int.baz(): kotlin.Unit
internal final class C {
public constructor C()
internal final val baz: kotlin.Int = 12
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
}