Highlighting "as Foo" for useless casts in gray.
#KT-6070 fixed
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
class C {
|
||||
suppress("REDUNDANT_NULLABLE")
|
||||
fun foo(): String?? = null <!USELESS_CAST!>as<!> Nothing??
|
||||
fun foo(): String?? = null <!USELESS_CAST!>as Nothing??<!>
|
||||
}
|
||||
Reference in New Issue
Block a user