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