main function

dynamic main(
  1. List<String> args
)

Implementation

main(List<String> args) {
  throw OverMaxException().message;
}