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