Files
kotlin-fork/compiler/testData/diagnostics/tests/j+k/collectionOverrides/charBuffer.txt
T
2015-12-11 22:41:03 +03:00

15 lines
775 B
Plaintext
Vendored

package
public fun test(/*0*/ cb: CharBuffer): kotlin.Unit
public open class CharBuffer : kotlin.CharSequence {
public constructor CharBuffer()
public final override /*1*/ val length: kotlin.Int
public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean
public abstract operator fun get(/*0*/ index: kotlin.Int): kotlin.Char
public final override /*1*/ /*isHiddenToOvercomeSignatureClash*/ fun get(/*0*/ index: kotlin.Int): kotlin.Char
public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int
public abstract override /*1*/ fun subSequence(/*0*/ startIndex: kotlin.Int, /*1*/ endIndex: kotlin.Int): CharBuffer
public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String
}