// INPUT_DATA_FILE: readlnEmpty.in import kotlin.test.* fun main() { assertFailsWith { readln() } assertFailsWith { readln() } }