[SR-4259] Request: fixit for import module casing #46842
Labels
bug
A deviation from expected or documented behavior. Also: expected but undesirable behavior.
compiler
The Swift compiler itself
diagnostics QoI
Bug: Diagnostics Quality of Implementation
good first issue
Good for newcomers
Environment
Swift version 3.0.2 (swiftlang-800.0.63 clang-800.0.42.1)
Additional Detail from JIRA
md5: 24348ceb701412a7d44fffc88ff4e8c8
relates to:
Issue Description:
`import UIKIt` (notice the capital I) fails with the error: "Cannot load module 'UIKit' as 'UIKIt'".
Expected behavior: it produces a fixit to correct this. I almost couldn't see what was wrong, since i and I are so similar.
The text was updated successfully, but these errors were encountered: