ID:2393765
 
Resolved
Using the new chaining dot operator, accessing list vars resulted in a compiler error.
BYOND Version:512.1446
Operating System:N/A
Web Browser:N/A
Applies to:Dream Maker
Status: Resolved (512.1447)

This issue has been resolved.
Descriptive Problem Summary:

Using the new chaining dot operator, accessing list vars resulted in a compiler error.

Code Snippet (if applicable) to Reproduce Problem:
var/list/L = new
world << (L).len

Lummox JR resolved issue with message:
Using the new chaining dot operator, accessing list vars resulted in a compiler error.