Fix maven build + ~50 compiler tests broken by UNUSED_PARAMETER in main
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
package hello
|
||||
|
||||
fun main(args : Array<String>) {
|
||||
fun main() {
|
||||
for (s in listOf("a")) {
|
||||
println("Hello, $s!")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user