mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-09 08:31:29 +00:00
11 lines
266 B
Plaintext
Vendored
11 lines
266 B
Plaintext
Vendored
@kotlin.annotation.Retention
|
|
@java.lang.annotation.Retention
|
|
public annotation class Ann {
|
|
public abstract method arg(): java.lang.Class
|
|
}
|
|
|
|
|
|
public final class BasicKt {
|
|
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
|
}
|