mirror of
https://github.com/apple/pkl.git
synced 2026-05-03 05:34:26 +02:00
The addresses the following case:
local l1: Listing<String> = new { 1 }
l2: Listing<Int> = (l1) { 2 }
The member in `l1` should be checked against its owner; to check against `Listing<String>`.