Fix maven build + ~50 compiler tests broken by UNUSED_PARAMETER in main

This commit is contained in:
Mikhail Glukhikh
2018-10-26 14:08:11 +03:00
parent c54eb7db97
commit cb92009862
51 changed files with 56 additions and 53 deletions
@@ -6,7 +6,7 @@ import javax.crypto.Cipher
import com.sun.crypto.provider.SunJCE
import sun.nio.ByteBuffered
fun main(args : Array<String>) {
fun main() {
val a = Big5() // charsets.jar
val c = DNSNameService() // dnsns.jar
val e : Cipher? = null // jce.jar