[stdlib] Explicit visibility and return types: builtins
This commit is contained in:
committed by
Space Team
parent
df190b1265
commit
ab7c2f2196
@@ -106,7 +106,7 @@ public open class $progression
|
||||
|
||||
override fun toString(): String = ${"if (step > 0) \"\$first..\$last step \$step\" else \"\$first downTo \$last step \${-step}\""}
|
||||
|
||||
companion object {
|
||||
public companion object {
|
||||
/**
|
||||
* Creates $progression within the specified bounds of a closed range.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user