1 2 3 4 5 6 7 8 9 10 11 12
class Null { methods { foo { params { char *x; char *y @nullable; char *z @optional; char *w @optional @nullable; } } } }