mirror of
https://github.com/apple/swift.git
synced 2026-06-27 12:25:55 +02:00
1ed2cf09df
This can come up when we use import-as-member to turn top-level functions into methods in an @objc class. Previously dynamic lookup would find these, causing a SILGen crash. Fixes <rdar://problem/36492980>.