// RUNTIME_WITH_KOTLIN_TEST import kotlin.test.* fun foo() { val a = "a" val b = "b" assertFalse(a == b, "message") }