Files
kotlin-fork/compiler/testData/diagnostics/testsWithStdLib/callableReference/property/kt7564.txt
T
Svetlana Isakova 4f0d541493 Resolve function references independently of target type
KT-7564 AbstractDiagnosticsTest.checkAllResolvedCallsAreCompleted() fails on tests with function references
 #KT-7564 Fixed
2015-04-27 13:32:47 +03:00

14 lines
494 B
Plaintext

package
internal fun </*0*/ T> checkSubtype(/*0*/ t: T): T
internal final class A {
public constructor A(/*0*/ g: A)
internal final val f: kotlin.Int = 0
internal final var g: A
public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean
public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int
internal final fun test(): kotlin.Unit
public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String
}