blob: ed029ac2894fad2c0a02f99520e9c327f4ef4a6f [file] [log] [blame]
// "Add non-null asserted (!!) call" "true"
fun String?.foo() {
<caret>length
}