// !DIAGNOSTICS: -UNUSED_PARAMETER // FILE: a.kt fun main() {} suspend fun main(args: Array) {} // FILE: b.kt fun main() {}