Replace assert boolean with assert equality: add import statement
#KT-28540 Fixed
This commit is contained in:
committed by
Mikhail Glukhikh
parent
6ff3ae3447
commit
f6323cdee4
Vendored
+1
-1
@@ -1,6 +1,6 @@
|
||||
// RUNTIME_WITH_KOTLIN_TEST
|
||||
|
||||
import kotlin.test.*
|
||||
import kotlin.test.assertNotEquals
|
||||
|
||||
fun foo() {
|
||||
val a = "a"
|
||||
|
||||
Reference in New Issue
Block a user