Turn some of the errors back into warnings

This commit is contained in:
Zahary Karadjov
2020-04-01 03:33:32 +03:00
committed by Andreas Rumpf
parent ce9a4ed124
commit be95f8fdfa
7 changed files with 63 additions and 33 deletions

View File

@@ -113,5 +113,5 @@ block t3038:
Type = ref object of RootObj
SubType[T] = ref object of Type
data: Data[T]
SubSubType = ref object of SubType
SubSubType = ref object of SubType[int]
SubSubSubType = ref object of SubSubType