73799e2c3c
It's done with similar constructions where possible trying to preserve intended behavior. Some usages are removed because they test exactly the feature that we are going to drop soon.
21 lines
759 B
Plaintext
Vendored
21 lines
759 B
Plaintext
Vendored
package
|
|
|
|
package kt352 {
|
|
public val f: (kotlin.Any) -> kotlin.Unit
|
|
public val g: () -> kotlin.Unit
|
|
public val gFunction: () -> kotlin.Unit
|
|
public val h: () -> kotlin.Unit
|
|
public val testIt: (kotlin.Any) -> kotlin.Unit
|
|
public fun doSmth(): kotlin.Int
|
|
public fun doSmth(/*0*/ a: kotlin.String): kotlin.Unit
|
|
public fun foo(): kotlin.Unit
|
|
|
|
public final class A {
|
|
public constructor A()
|
|
public final val f: (kotlin.Any) -> kotlin.Unit
|
|
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
|
|
}
|
|
}
|