blob: 42156014ed387ae8882f2065a3db0c41e2074c04 [file] [log] [blame]
fun foo(x: String) {
val y = x.when<caret>
}