Files
swift-mirror/validation-test/compiler_crashers_2_fixed/0024-rdar21551616.swift
Slava Pestov bb064da539 Sema: Fix AttributeChecker crash if getDeclaredTypeInContext() returns an ErrorType
Fixes <rdar://problem/21551616>.

Swift SVN r29943
2015-07-07 21:12:16 +00:00

6 lines
104 B
Swift

// RUN: not %target-swift-frontend %s -parse
final class A<X, Y where Y.Z == X> {
private var y: Y
}