class User : Annotated() { fun test() { val x = foo("123") val y = foo(null) } }