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.
12 lines
476 B
Plaintext
Vendored
12 lines
476 B
Plaintext
Vendored
package
|
|
|
|
public val bar: (kotlin.Int) -> kotlin.Unit
|
|
public fun test(/*0*/ @ann() p: kotlin.Int): kotlin.Unit
|
|
|
|
@kotlin.annotation.annotation() public final class ann : kotlin.Annotation {
|
|
public constructor ann()
|
|
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
|
|
}
|