mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Two problems here: - The InterpolatedString instance variable was not always initialized before being checked for null - In the non-null case, we were assuming the result of CallExpr::getCalledValue() was non-null, but it's null if the callee is not a function declaration Fixes <rdar://problem/46973064>.
11 KiB
11 KiB