Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- type
- Base = object of RootObj
- LBase[T: Base] = object of RootObj
- type
- BA = object of Base
- LBA = object of LBase[BA]
- let a = LBA()
- #>(9, 5) Error: invalid type: 'LBase[LBase.T]' in this context: 'LBA'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement