FILE: nullable.kt public final fun foo(s: R|kotlin/String?|): R|kotlin/Unit| { lval t: R|kotlin/String| = R|/s|.R|kotlin/toString|() }