Files
swift-mirror/validation-test/IDE/crashers_2_fixed/0011-complete-protocol-with-initializer.swift
Slava Pestov ddd0666e94 IDE: Fix mismatched ErrorType check
In one place we were calling hasError() and in another directly checking
for ErrorType; if we had a type containing an ErrorType as a structural
component, we would hit an assertion.
2017-09-19 23:08:37 -07:00

4 lines
107 B
Swift

// RUN: %target-swift-ide-test -code-completion -code-completion-token=A -source-filename=%s
Integer#^A^#