blob: 9d98490b077497213033e7f873118e57c6052c01 [file] [log] [blame]
// "Add non-null asserted (!!) call" "true"
// WITH_RUNTIME
fun test(s: String?) {
s.run {
<caret>length
}
}