blob: 117de5cdfcbeb2aac9d4da1568635306be61149a [file]
fun bar(o: Any): String {
val v: String = o as String<caret>
return ""
}