Fix errors and indent in built-ins sources
This commit is contained in:
+7
-7
@@ -134,13 +134,13 @@ public final class Char : kotlin.Comparable<kotlin.Char>, java.io.Serializable {
|
||||
public final operator fun minus(/*0*/ other: kotlin.Int): kotlin.Char
|
||||
public final operator fun plus(/*0*/ other: kotlin.Int): kotlin.Char
|
||||
public final operator fun rangeTo(/*0*/ other: kotlin.Char): kotlin.ranges.CharRange
|
||||
public open fun toByte(): kotlin.Byte
|
||||
public open fun toChar(): kotlin.Char
|
||||
public open fun toDouble(): kotlin.Double
|
||||
public open fun toFloat(): kotlin.Float
|
||||
public open fun toInt(): kotlin.Int
|
||||
public open fun toLong(): kotlin.Long
|
||||
public open fun toShort(): kotlin.Short
|
||||
public final fun toByte(): kotlin.Byte
|
||||
public final fun toChar(): kotlin.Char
|
||||
public final fun toDouble(): kotlin.Double
|
||||
public final fun toFloat(): kotlin.Float
|
||||
public final fun toInt(): kotlin.Int
|
||||
public final fun toLong(): kotlin.Long
|
||||
public final fun toShort(): kotlin.Short
|
||||
|
||||
public companion object Companion {
|
||||
/*primary*/ private constructor Companion()
|
||||
|
||||
Reference in New Issue
Block a user