Changed highlighting range and attributes of useless elvis operator
This commit is contained in:
Vendored
+1
-1
@@ -8,7 +8,7 @@ fun testBinary2() {
|
||||
}
|
||||
|
||||
fun testElvis1() {
|
||||
<!USELESS_ELVIS!>todo()<!> <!UNREACHABLE_CODE!>?: ""<!>
|
||||
todo() <!USELESS_ELVIS, UNREACHABLE_CODE!>?: ""<!>
|
||||
}
|
||||
|
||||
fun testElvis2(s: String?) {
|
||||
|
||||
Reference in New Issue
Block a user