mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
68% are already fixed, including all those marked as beta 4 regressions. Swift SVN r30914
9 lines
289 B
Swift
9 lines
289 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<c:A
|
|
struct S<T where B:C{struct D{struct Q<S{
|
|
class a{protocol c:a
|