Add headers for print and println.
#KT-15458 fixed
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
package kotlin.io
|
||||
|
||||
|
||||
/** Prints a newline to the standard output stream. */
|
||||
public header fun println()
|
||||
|
||||
/** Prints the given message and newline to the standard output stream. */
|
||||
public header fun println(message: Any?)
|
||||
|
||||
/** Prints the given message to the standard output stream. */
|
||||
public header fun print(message: Any?)
|
||||
Reference in New Issue
Block a user