mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
21 lines
341 B
Swift
21 lines
341 B
Swift
// RUN: not %target-swift-frontend %s -parse
|
|
|
|
// Distributed under the terms of the MIT license
|
|
// Test case submitted to project by https://github.com/practicalswift (practicalswift)
|
|
// Test case found by fuzzing
|
|
|
|
class d{
|
|
protocol P{let:T:A{
|
|
B
|
|
}struct S<S : d
|
|
enum A{
|
|
}
|
|
protocol A: d
|
|
}
|
|
class A:A{
|
|
}let g:Bh:d
|
|
class B{
|
|
let :
|
|
enum A{
|
|
enum A
|