Learn more about cloning repositories
You have read-only access
XFAIL test/1_stdlib/Runtime.swift in optimized modes. The optimizer is incorrectly folding dynamicTypes on Anys that change type: var x: Any = 1 x.dynamicType x = "two" x.dynamicType