mirror of
https://github.com/apple/pkl.git
synced 2026-05-28 01:29:15 +02:00
fix bug with for generator variables in mixin (#297)
This commit is contained in:
+4
@@ -36,3 +36,7 @@ foo {
|
||||
}
|
||||
}
|
||||
}
|
||||
res {
|
||||
["base"] = "alreadyThere"
|
||||
["newElement"] = "newElement"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user