4850fd10f0
Introduced '@' after each annotation
24 lines
627 B
Plaintext
Vendored
24 lines
627 B
Plaintext
Vendored
package test
|
|
|
|
public final class KotlinClass {
|
|
public constructor KotlinClass()
|
|
|
|
public companion object Companion {
|
|
private constructor Companion()
|
|
public final val FOO: kotlin.Int
|
|
}
|
|
}
|
|
|
|
public open class kt3698 {
|
|
public constructor kt3698()
|
|
|
|
public/*package*/ final class Foo : kotlin.Annotation {
|
|
public/*package*/ constructor Foo(/*0*/ kotlin.Int)
|
|
public final val value: kotlin.Int
|
|
public abstract fun value(): kotlin.Int
|
|
}
|
|
|
|
// Static members
|
|
@test.kt3698.Foo(value = 10) public open fun main(/*0*/ kotlin.Array<(out) kotlin.String!>!): kotlin.Unit
|
|
}
|