mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-10 00:21:35 +00:00
13 lines
629 B
Plaintext
Vendored
13 lines
629 B
Plaintext
Vendored
public final class A {
|
|
private final @org.jetbrains.annotations.NotNull field bar: java.lang.String
|
|
public method <init>(): void
|
|
public final @org.jetbrains.annotations.NotNull method foo(): java.lang.String
|
|
public final @org.jetbrains.annotations.NotNull method getBar(): java.lang.String
|
|
}
|
|
|
|
|
|
public final class CallableReferencesEqualToCallablesFromAPIKt {
|
|
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
|
public final static method checkEqual(@org.jetbrains.annotations.NotNull p0: java.lang.Object, @org.jetbrains.annotations.NotNull p1: java.lang.Object): void
|
|
}
|