mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-10 15:53:46 +00:00
10 lines
328 B
Plaintext
Vendored
10 lines
328 B
Plaintext
Vendored
public interface K {
|
|
public abstract @org.jetbrains.annotations.NotNull method getFoo(): java.lang.String
|
|
public abstract method setFoo(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
|
|
}
|
|
|
|
|
|
public final class KKt {
|
|
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
|
}
|