blob: a508b572c4a3519ada705cbe66f782013631954b [file] [log] [blame]
// PROBLEM: main should return Unit
// FIX: Add explicit Unit return type
// DISABLE-ERRORS
fun main(args: Array<String>): Unit = 1