mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-03-10 15:51:01 +00:00
11 lines
459 B
Java
Vendored
11 lines
459 B
Java
Vendored
public interface PrivateInTrait {
|
|
final class DefaultImpls {
|
|
@org.jetbrains.annotations.NotNull
|
|
static java.lang.String getNn(PrivateInTrait $this) { /* compiled code */ }
|
|
|
|
static void setNn(@org.jetbrains.annotations.NotNull PrivateInTrait $this, java.lang.String value) { /* compiled code */ }
|
|
|
|
@org.jetbrains.annotations.Nullable
|
|
static java.lang.String getN(PrivateInTrait $this) { /* compiled code */ }
|
|
}
|
|
} |