Fixup stdlib-js api dump
Some strange effect related to loading types from kotlin.reflect.
This commit is contained in:
@@ -141,18 +141,15 @@ public final data class KTypeProjection {
|
|||||||
public companion object of KTypeProjection {
|
public companion object of KTypeProjection {
|
||||||
public final val STAR: kotlin.reflect.KTypeProjection { get; }
|
public final val STAR: kotlin.reflect.KTypeProjection { get; }
|
||||||
|
|
||||||
@kotlin.jvm.JvmStatic
|
/*∆*/ public final fun contravariant(type: kotlin.reflect.KType): kotlin.reflect.KTypeProjection
|
||||||
public final fun contravariant(type: kotlin.reflect.KType): kotlin.reflect.KTypeProjection
|
/*∆*/
|
||||||
|
/*∆*/ public final fun covariant(type: kotlin.reflect.KType): kotlin.reflect.KTypeProjection
|
||||||
@kotlin.jvm.JvmStatic
|
/*∆*/
|
||||||
public final fun covariant(type: kotlin.reflect.KType): kotlin.reflect.KTypeProjection
|
/*∆*/ public final fun invariant(type: kotlin.reflect.KType): kotlin.reflect.KTypeProjection
|
||||||
|
/*∆*/ }
|
||||||
@kotlin.jvm.JvmStatic
|
/*∆*/ }
|
||||||
public final fun invariant(type: kotlin.reflect.KType): kotlin.reflect.KTypeProjection
|
/*∆*/
|
||||||
}
|
/*∆*/ @kotlin.SinceKotlin(version = "1.1")
|
||||||
}
|
|
||||||
|
|
||||||
@kotlin.SinceKotlin(version = "1.1")
|
|
||||||
/*∆*/ public final data class KTypeProjection {
|
/*∆*/ public final data class KTypeProjection {
|
||||||
/*∆*/ public constructor KTypeProjection(variance: kotlin.reflect.KVariance?, type: kotlin.reflect.KType?)
|
/*∆*/ public constructor KTypeProjection(variance: kotlin.reflect.KVariance?, type: kotlin.reflect.KType?)
|
||||||
/*∆*/
|
/*∆*/
|
||||||
@@ -175,18 +172,18 @@ public final data class KTypeProjection {
|
|||||||
/*∆*/ public companion object of KTypeProjection {
|
/*∆*/ public companion object of KTypeProjection {
|
||||||
/*∆*/ public final val STAR: kotlin.reflect.KTypeProjection { get; }
|
/*∆*/ public final val STAR: kotlin.reflect.KTypeProjection { get; }
|
||||||
/*∆*/
|
/*∆*/
|
||||||
/*∆*/ @kotlin.jvm.JvmStatic
|
@kotlin.jvm.JvmStatic
|
||||||
/*∆*/ public final fun contravariant(type: kotlin.reflect.KType): kotlin.reflect.KTypeProjection
|
public final fun contravariant(type: kotlin.reflect.KType): kotlin.reflect.KTypeProjection
|
||||||
/*∆*/
|
|
||||||
/*∆*/ @kotlin.jvm.JvmStatic
|
@kotlin.jvm.JvmStatic
|
||||||
/*∆*/ public final fun covariant(type: kotlin.reflect.KType): kotlin.reflect.KTypeProjection
|
public final fun covariant(type: kotlin.reflect.KType): kotlin.reflect.KTypeProjection
|
||||||
/*∆*/
|
|
||||||
/*∆*/ @kotlin.jvm.JvmStatic
|
@kotlin.jvm.JvmStatic
|
||||||
/*∆*/ public final fun invariant(type: kotlin.reflect.KType): kotlin.reflect.KTypeProjection
|
public final fun invariant(type: kotlin.reflect.KType): kotlin.reflect.KTypeProjection
|
||||||
/*∆*/ }
|
}
|
||||||
/*∆*/ }
|
}
|
||||||
/*∆*/
|
|
||||||
/*∆*/ @kotlin.SinceKotlin(version = "1.1")
|
@kotlin.SinceKotlin(version = "1.1")
|
||||||
public final enum class KVariance : kotlin.Enum<kotlin.reflect.KVariance> {
|
public final enum class KVariance : kotlin.Enum<kotlin.reflect.KVariance> {
|
||||||
enum entry INVARIANT
|
enum entry INVARIANT
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user