085fc3bf87
This became necessary when we removed the requirement to specify types for public members, because otherwise everything fails not being able to locate the anonymous class from another module #KT-9072 Fixed EA-72801
16 lines
647 B
Plaintext
Vendored
16 lines
647 B
Plaintext
Vendored
package
|
|
|
|
package kt1191 {
|
|
public fun foo(/*0*/ unused: kotlin.Int): kotlin.Any
|
|
public fun </*0*/ T> kt1191.FunctionalList<T>.plus(/*0*/ element: T): kt1191.FunctionalList<T>
|
|
|
|
public interface FunctionalList</*0*/ T> {
|
|
public abstract val head: T
|
|
public abstract val size: kotlin.Int
|
|
public abstract val tail: kt1191.FunctionalList<T>
|
|
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
|
|
}
|
|
}
|