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
14 lines
444 B
Plaintext
Vendored
14 lines
444 B
Plaintext
Vendored
package
|
|
|
|
package a {
|
|
public val o: kotlin.Any
|
|
public fun </*0*/ T> a.A.foo(/*0*/ f: T): kotlin.Unit
|
|
|
|
public final class A {
|
|
public constructor 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
|
|
}
|
|
}
|