mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Check a complete array-new expression within a single constraint system.
Fixes <rdar://problem/15653973>. Swift SVN r11262
This commit is contained in:
@@ -179,6 +179,11 @@ void ConstraintLocator::dump(SourceManager *sm, raw_ostream &out) {
|
||||
|
||||
case NewArrayElement:
|
||||
out << "new array element type";
|
||||
break;
|
||||
|
||||
case NewArrayConstructor:
|
||||
out << "new array constructor";
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user