# Copyright (c) 2023 Yuki Kimoto
# MIT License

class Comparator::Int : interface_t {
  required method : int ($a : int, $b : int);
}