Files
swift-mirror/lib/Sema/CSSimplify.cpp
Pavel Yaskevich cd07652f22 [ConstraintSystem] Don't attempt dynamic member lookup on invalid base
If `subscript(dynamicMember:)` is unviable because it's either
an instance method referenced on type or static method
referenced on an instance of type, attempting dynamic
member lookup would be incorrect since it's unclear
what is intended.

Resolves: rdar://problem/48994658
2019-07-11 15:57:17 -07:00

278 KiB