[stdlib] Explicit visibility and return types: builtins
This commit is contained in:
committed by
Space Team
parent
df190b1265
commit
ab7c2f2196
@@ -72,7 +72,7 @@ public class $range(start: $t, endInclusive: $t) : ${t}Progression(start, endInc
|
||||
|
||||
override fun toString(): String = $toString
|
||||
|
||||
companion object {
|
||||
public companion object {
|
||||
/** An empty range of values of type $t. */
|
||||
public val EMPTY: $range = $range($emptyBounds)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user