blob: 5f6b93e73541a736bcef11bf946d0e138aa925fe [file] [log] [blame]
// 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
var d{
protocol A{
}protocol a
class x{
var f:A{
}
}var:a protocol a