mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-08 22:13:29 +00:00
@@ -26,3 +26,13 @@ type
|
||||
|
||||
var troz: fooObj[string]
|
||||
echo bazObj[string](troz).x
|
||||
|
||||
|
||||
# bug #14880
|
||||
type step = object
|
||||
exec: proc ()
|
||||
|
||||
const pipeline = @[step()]
|
||||
|
||||
let crash = pipeline[0]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user