Report UNUSED_PARAMETER on main parameter in 1.3+ #KT-26999 Fixed
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
||||
//FILE: foo.kt
|
||||
fun main(args: Array<String>) {
|
||||
fun main() {
|
||||
val c: Type
|
||||
<!NON_EXHAUSTIVE_WHEN!>when<!> (<!UNINITIALIZED_VARIABLE, UNUSED_EXPRESSION!>c<!>) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user