import jet.Any import jet.Any fun foo(p: Int??) { } trait T { abstract fun foo() }