Fix maven build + ~50 compiler tests broken by UNUSED_PARAMETER in main
This commit is contained in:
+1
-1
@@ -2,7 +2,7 @@ package beforeTest //package name should be less than imported one
|
||||
|
||||
import test.*
|
||||
|
||||
fun main(args: Array<String>) {
|
||||
fun main() {
|
||||
"O".switchMapOnce {
|
||||
|
||||
"K".switchMapOnce {
|
||||
|
||||
Reference in New Issue
Block a user