extend_variable.gd 68 B

123456789
  1. # GH-75870
  2. var A = 1
  3. class B extends A:
  4. pass
  5. func test():
  6. pass