mirror of
https://github.com/nim-lang/Nim.git
synced 2026-04-18 21:40:32 +00:00
fixes regression: tobjconstr2 test works again
This commit is contained in:
@@ -24,7 +24,7 @@ var b = Bar(x: 100, y: 200) # used to fail
|
||||
# bug 1275
|
||||
|
||||
type
|
||||
Graphic = object of TObject
|
||||
Graphic = object of RootObj
|
||||
case kind: range[0..1]
|
||||
of 0:
|
||||
radius: float
|
||||
|
||||
Reference in New Issue
Block a user