Files
swift-mirror/test/Frontend/dump-parse-syntactically-valid.swift
Hamish Knight f201999bfb [ASTDumper] Don't call isFinal()
Avoid triggering the semantic `IsFinalRequest`
and instead check for the presence of the final
attribute.

Resolves SR-13230.
2020-12-20 15:22:47 +00:00

7 lines
132 B
Swift

// RUN: %target-swift-frontend -dump-parse %s
// Make sure we don't do any Sema and don't crash.
extension X {
typealias Y = Z
}