mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-28 08:54:53 +00:00
fixes devel CI (#20512)
This commit is contained in:
@@ -283,7 +283,7 @@ block bunch:
|
||||
result[] = b
|
||||
|
||||
var
|
||||
aa: A
|
||||
aa = default(A)
|
||||
bb: B = B(a: "inner", b: @['o', 'b', 'j'])
|
||||
cc: A = A(a: 12, b: 1, c: 1.2, d: '\0', e: eC,
|
||||
f: "hello", g: {'A'}, h: {2'i16},
|
||||
|
||||
Reference in New Issue
Block a user