Files
kotlin-fork/compiler/testData/diagnostics/tests/resolve/specialConstructions/exclExclAsCall.txt
T

19 lines
908 B
Plaintext
Vendored

package
package a {
public fun doInt(/*0*/ i: kotlin.Int): kotlin.Int
public fun doList(/*0*/ l: kotlin.collections.List<kotlin.Int>): kotlin.collections.List<kotlin.Int>
public fun </*0*/ T : a.A> emptyNullableListOfA(): kotlin.collections.List<T>?
public fun </*0*/ T> id(/*0*/ t: T): T
public fun </*0*/ T> strangeNullableList(/*0*/ f: (T) -> kotlin.Unit): kotlin.collections.List<T>?
public fun testDataFlowInfoAfterExclExcl(/*0*/ a: kotlin.Int?): kotlin.Unit
public fun testExclExcl(): kotlin.Unit
public fun testUnnecessaryExclExcl(/*0*/ a: kotlin.Int): kotlin.Unit
public interface 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
public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String
}
}