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