Report UNUSED_PARAMETER on main parameter in 1.3+ #KT-26999 Fixed
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
fun main(args: Array<String>) {
|
||||
fun main() {
|
||||
val b: Boolean? = null
|
||||
if (b != null) {
|
||||
if (!<!DEBUG_INFO_SMARTCAST!>b<!>) {} // OK
|
||||
|
||||
Reference in New Issue
Block a user