Report UNUSED_PARAMETER on main parameter in 1.3+ #KT-26999 Fixed
This commit is contained in:
@@ -13,6 +13,6 @@ public class Foo {
|
||||
|
||||
// FILE: 1.kt
|
||||
|
||||
fun main(args: Array<String>) {
|
||||
fun main() {
|
||||
javaPackage.Foo.<!INVISIBLE_REFERENCE!>Bar<!>.<!INVISIBLE_MEMBER!>doSmth<!>()
|
||||
}
|
||||
Reference in New Issue
Block a user