// RUN: %target-typecheck-verify-swift typealias Alias = Int func invalidSpecializeExpr(_ x: Alias.Type) { let y = x.self // expected-error@-1 {{type of expression is ambiguous without a type annotation}} // FIXME: Bad diagnostic }