Add "Replace assertBoolean() with assertEquals() inspection"
#KT-23445 Fixed
This commit is contained in:
committed by
Mikhail Glukhikh
parent
e92d3998de
commit
443b1834bc
+9
@@ -0,0 +1,9 @@
|
||||
// RUNTIME_WITH_KOTLIN_TEST
|
||||
// PROBLEM: none
|
||||
|
||||
import kotlin.test.*
|
||||
|
||||
fun foo() {
|
||||
val isA = false
|
||||
assertFalse<caret>(isA)
|
||||
}
|
||||
Reference in New Issue
Block a user