mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-09 08:31:29 +00:00
13 lines
594 B
Plaintext
Vendored
13 lines
594 B
Plaintext
Vendored
@kotlin.annotation.Retention
|
|
@java.lang.annotation.Retention
|
|
public annotation class Ann {
|
|
public abstract method x(): java.lang.String
|
|
}
|
|
|
|
|
|
public final class TestKt {
|
|
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
|
public final static method testClass(@org.jetbrains.annotations.NotNull p0: java.lang.Class, @org.jetbrains.annotations.NotNull p1: java.lang.String): void
|
|
public final static method testMethod(@org.jetbrains.annotations.NotNull p0: java.lang.reflect.Method, @org.jetbrains.annotations.NotNull p1: java.lang.String): void
|
|
}
|