mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
7 lines
249 B
Swift
7 lines
249 B
Swift
// {"kind":"typecheck","signature":"(anonymous namespace)::Verifier::verifyChecked(swift::Type)"}
|
|
// RUN: not --crash %target-swift-frontend -typecheck %s
|
|
class a < b {
|
|
d {
|
|
class e<c, b> : a struct f subscript<g>(h : e<f, g>) {
|
|
h.d base
|