duplicate_abstract_class.gd 73 B

1234567
  1. extends RefCounted
  2. abstract abstract class A:
  3. pass
  4. func test():
  5. pass