Report UNUSED_PARAMETER on main parameter in 1.3+ #KT-26999 Fixed
This commit is contained in:
+1
-1
@@ -5,7 +5,7 @@ public class JavaClass {
|
||||
}
|
||||
|
||||
// FILE: kotlin.kt
|
||||
fun main(args : Array<String>) {
|
||||
fun main() {
|
||||
JavaClass().from()
|
||||
JavaClass().from("")
|
||||
JavaClass().from("", "")
|
||||
|
||||
Reference in New Issue
Block a user