Report UNUSED_PARAMETER on main parameter in 1.3+ #KT-26999 Fixed
This commit is contained in:
+1
-1
@@ -12,7 +12,7 @@ public class Super {
|
||||
public class Sub: Super() {
|
||||
}
|
||||
|
||||
fun main(args: Array<String>) {
|
||||
fun main() {
|
||||
val x = Sub()
|
||||
x.foo = true
|
||||
x.bar = true
|
||||
|
||||
Reference in New Issue
Block a user