You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Welcome to Swift version 2.2-dev (LLVM 46be9ff861, Clang 4deb154edc, Swift 408d205). Type :help for assistance.
1> for c in "hello".lldb: /home/ngupta/src/swift/swift/lib/Sema/TypeCheckConstraints.cpp:1246: Optional<swift::Type> swift::TypeChecker::getTypeOfExpressionWithoutApplying(swift::Expr *&, swift::DeclContext *, swift::FreeTypeVariableBinding, swift::ExprTypeCheckListener *): Assertion `exprType && !exprType->is<ErrorType>() && "erroneous solution?"' failed.
Aborted (core dumped)
The text was updated successfully, but these errors were encountered:
Environment
Ubuntu 15.10
swift built with preset=buildbot_linux_1510
Additional Detail from JIRA
md5: 53c7f046be30d6711d39c698b7ababc9
is duplicated by:
Issue Description:
in REPL:
for c in "hello".<TAB>
causes a crash
Welcome to Swift version 2.2-dev (LLVM 46be9ff861, Clang 4deb154edc, Swift 408d205). Type :help for assistance.
1> for c in "hello".lldb: /home/ngupta/src/swift/swift/lib/Sema/TypeCheckConstraints.cpp:1246: Optional<swift::Type> swift::TypeChecker::getTypeOfExpressionWithoutApplying(swift::Expr *&, swift::DeclContext *, swift::FreeTypeVariableBinding, swift::ExprTypeCheckListener *): Assertion `exprType && !exprType->is<ErrorType>() && "erroneous solution?"' failed.
Aborted (core dumped)
The text was updated successfully, but these errors were encountered: