In that specific code you will get a compile time error because that number is too big to fit in an int.

However is that number was smaller and would fit into an int it would pick the int method...