Fix maven build + ~50 compiler tests broken by UNUSED_PARAMETER in main
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
class Foo(val bar: String?)
|
||||
|
||||
fun main(args: Array<String>) {
|
||||
fun main() {
|
||||
try {
|
||||
if (Foo::bar.returnType.isMarkedNullable) {
|
||||
print("Foo#bar is nullable")
|
||||
|
||||
Reference in New Issue
Block a user