diff --git a/compiler/testData/launcher/contextClassLoaderTester.kt b/compiler/testData/launcher/contextClassLoaderTester.kt index 89afd841606..969f5cd9d67 100644 --- a/compiler/testData/launcher/contextClassLoaderTester.kt +++ b/compiler/testData/launcher/contextClassLoaderTester.kt @@ -4,7 +4,7 @@ import java.io.File object ContextClassLoaderTester { @JvmStatic - fun main(args: Array) { + fun main(@Suppress("UNUSED_PARAMETER") args: Array) { kotlin.test.DefaultAsserter.assertTrue("", true) // this tests that kotlin-test is in the compilation and runtime classpaths val contextClassLoader = Thread.currentThread().getContextClassLoader()