Replace assert boolean with assert equality: add import statement

#KT-28540 Fixed
This commit is contained in:
Toshiaki Kameyama
2018-12-06 12:26:10 +09:00
committed by Mikhail Glukhikh
parent 6ff3ae3447
commit f6323cdee4
9 changed files with 42 additions and 20 deletions
@@ -1,6 +1,6 @@
// RUNTIME_WITH_KOTLIN_TEST
import kotlin.test.*
import kotlin.test.assertNotEquals
fun foo() {
val a = "a"