blob: 8bbe911ae37897b5a3cfc6934d53ef6d260ac8c2 [file] [log] [blame]
// RUN: not %target-swift-frontend -typecheck %s
class A {
var member: B
protocol B {
typealias Elem = Undefined<Int, <#placeholder#>
typealias C = Undefined<Int