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 b5a85ed commit fc2547cCopy full SHA for fc2547c
lib/ASTGen/Sources/ASTGen/Types.swift
@@ -356,8 +356,7 @@ extension ASTGenVisitor {
356
var type = generate(type: node.baseType)
357
358
// Handle specifiers.
359
- if case .simpleTypeSpecifier(let simpleSpecifier) = node.specifiers.first {
360
- let specifier = simpleSpecifier.specifier
+ if let specifier = node.specifier {
361
if let kind = BridgedAttributedTypeSpecifier(from: specifier.keywordKind) {
362
type =
363
BridgedSpecifierTypeRepr.createParsed(
0 commit comments