ranges: pasto misleating 'external' modifier in Long.rangeTo(Byte)
This commit is contained in:
committed by
vvlevchenko
parent
a85d30215d
commit
663ad5868a
@@ -886,7 +886,7 @@ public final class Long : Number(), Comparable<Long> {
|
||||
external public operator fun unaryMinus(): Long
|
||||
|
||||
/** Creates a range from this value to the specified [other] value. */
|
||||
external public operator fun rangeTo(other: Byte): LongRange {
|
||||
public operator fun rangeTo(other: Byte): LongRange {
|
||||
return LongRange(this, other.toLong())
|
||||
}
|
||||
/** Creates a range from this value to the specified [other] value. */
|
||||
|
||||
Reference in New Issue
Block a user