This code will stack overflow: ```pkl local myself { res = myself } foo: Mapping = new { [myself] = 1 } ```
Activity