Files
swift-mirror/test/Interpreter/subclass_existentials.swift
Slava Pestov 54d709a428 Parse: Support parsing subclass existentials involving generic classes in expression context
Generic type specialization is ambiguous with < and > operators.
Extend the disambiguation hack to also consider parsing a generic
parameter list if the > is followed by &.

This fixes parsing types such as 'Base<Int> & P' in expression
context.
2017-05-19 15:05:46 -07:00

11 KiB