Add quick-fix for USELESS_IS_CHECK #KT-18965 Fixed
This commit is contained in:
committed by
Mikhail Glukhikh
parent
88fa7c2952
commit
e0aca97f9f
@@ -0,0 +1,6 @@
|
||||
// "Remove useless is check" "false"
|
||||
fun foo(a: String) {
|
||||
when (1) {
|
||||
<caret>is Int -> { }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user