mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
4 lines
151 B
Swift
4 lines
151 B
Swift
// RUN: %target-swift-frontend -emit-syntax -primary-file %s -verify
|
|
|
|
typealias Inner: Foo // expected-error{{expected '=' in type alias declaration}}
|