foo(Int) is compiled as foo(int) and foo(Int?) is ...
# datascience
g
foo(Int) is compiled as foo(int) and foo(Int?) is compiled as foo(Integer)