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