class {
  
  static method main : void () {
    
    my $cb = method : void () {
      
    };
    
    say "OK";
  }
}