Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
7829d2f682d0a7ec46a05289124d60118ac551fc
/
.
/
native
/
native.tests
/
testData
/
standalone
/
console
/
readLineEmpty.kt
blob: 75c45704726979a3af3077715352bedfa8c5ac64 [
file
]
// INPUT_DATA_FILE: readLineEmpty.in
import
kotlin
.
test
.*
fun main
()
{
assertNull
(
readLine
())
}