Main1.hx 93 B

1234567
  1. class Main1 {
  2. static function main() {
  3. var a:A<String, Int>;
  4. }
  5. }
  6. class A<Rest:String> {}