We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2b8312 commit e24a5eaCopy full SHA for e24a5ea
lib/Sema/TypeCheckConstraints.cpp
@@ -4122,7 +4122,6 @@ namespace {
4122
}
4123
4124
// Validate the type.
4125
- // FIXME: Allow unbound generics.
4126
if (TC.validateType(cast->getCastTypeLoc(), DC,
4127
/*allowUnboundGenerics=*/true))
4128
return nullptr;
@@ -4140,7 +4139,6 @@ namespace {
4140
4139
4141
4142
4143
4144
if (TC.validateType(isa->getCastTypeLoc(), DC,
4145
4146
0 commit comments