narrowing_conversion.gd 82 B

12345
  1. func i_accept_ints_only(_i: int):
  2. pass
  3. func test():
  4. i_accept_ints_only(12.345)