Report UNUSED_PARAMETER on main parameter in 1.3+ #KT-26999 Fixed
This commit is contained in:
Vendored
+1
-1
@@ -3,7 +3,7 @@ class Foo {
|
||||
fun foo(a: Foo): Foo = a
|
||||
}
|
||||
|
||||
fun main(args : Array<String>) {
|
||||
fun main() {
|
||||
val x: Foo? = null
|
||||
val y: Foo? = null
|
||||
|
||||
|
||||
Reference in New Issue
Block a user