- You should add
L:long i = 12345678910L;. - Yes.
BTW: it doesn’t have to be an upper case L, but lower case is confused with 1 many times :).
L: long i = 12345678910L;.BTW: it doesn’t have to be an upper case L, but lower case is confused with 1 many times :).