Fix maven build + ~50 compiler tests broken by UNUSED_PARAMETER in main
This commit is contained in:
Vendored
+1
-1
@@ -5,7 +5,7 @@ import kotlin.js.Date
|
||||
|
||||
var ok = "FAIL"
|
||||
|
||||
fun main(args: Array<String>) {
|
||||
fun main() {
|
||||
val x = ClassA().value
|
||||
if (x == 100) {
|
||||
ok = "OK"
|
||||
|
||||
Reference in New Issue
Block a user