[stdlib] Explicit visibility and return types: builtins
This commit is contained in:
committed by
Space Team
parent
df190b1265
commit
ab7c2f2196
@@ -20,5 +20,5 @@ package kotlin
|
||||
* The type with only one value: the `Unit` object. This type corresponds to the `void` type in Java.
|
||||
*/
|
||||
public object Unit {
|
||||
override fun toString() = "kotlin.Unit"
|
||||
override fun toString(): String = "kotlin.Unit"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user