blob: 9b8283c14f3e3ff5350238add3de351a2209b640 [file] [log] [blame]
// "Add non-null asserted (!!) call" "true"
fun String?.foo() {
this!!.length
}