Why aren't local type declarations inherited?

前端 未结 0 718
闹比i
闹比i 2021-01-23 21:49

Let\'s say I have a class that declares a local type like this:

type
  TAncestor = class
    type
      TLocalType = (just, some, example); 
  end;
相关标签:
回答
  • 消灭零回复
提交回复
热议问题