mirror of
https://github.com/nim-lang/Nim.git
synced 2026-07-30 12:17:56 +00:00
Turn some of the errors back into warnings
This commit is contained in:
committed by
Andreas Rumpf
parent
ce9a4ed124
commit
be95f8fdfa
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user