mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-09 08:31:29 +00:00
21 lines
870 B
Plaintext
Vendored
21 lines
870 B
Plaintext
Vendored
@java.lang.annotation.Retention
|
|
public annotation class D {
|
|
public abstract method d(): double
|
|
}
|
|
|
|
@java.lang.annotation.Retention
|
|
public annotation class F {
|
|
public abstract method f(): float
|
|
}
|
|
|
|
|
|
public final class FloatingPointParametersKt {
|
|
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
|
public final static method check(@org.jetbrains.annotations.NotNull p0: java.lang.Object, @org.jetbrains.annotations.NotNull p1: java.lang.Object): void
|
|
public final static method checkNot(@org.jetbrains.annotations.NotNull p0: java.lang.Object, @org.jetbrains.annotations.NotNull p1: java.lang.Object): void
|
|
public final static @D method dMinusZero(): void
|
|
public final static @D method dPlusZero(): void
|
|
public final static @F method fMinusZero(): void
|
|
public final static @F method fPlusZero(): void
|
|
}
|