Fix maven build + ~50 compiler tests broken by UNUSED_PARAMETER in main
This commit is contained in:
+1
-1
@@ -2,7 +2,7 @@ expect class Printer() {
|
||||
fun print(message: String)
|
||||
}
|
||||
|
||||
fun main(args: Array<String>) {
|
||||
fun main() {
|
||||
val printer = Printer()
|
||||
printer.print("Hello, world!")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user