Fix maven build + ~50 compiler tests broken by UNUSED_PARAMETER in main
This commit is contained in:
+1
-1
@@ -4,6 +4,6 @@ fun foo(a: Any) = foo(1)
|
||||
|
||||
fun foo(i: Int) = "foo(Int)"
|
||||
|
||||
fun main(args: Array<String>) {
|
||||
fun main() {
|
||||
println(foo(""))
|
||||
}
|
||||
Reference in New Issue
Block a user