Files
swift-mirror/validation-test/compiler_crashers_2/70bfb18ab58de217.swift
2025-06-30 20:52:06 +01:00

5 lines
166 B
Swift

// {"signature":"swift::GenericContext::getGenericSignature() const"}
// RUN: not --crash %target-swift-frontend -typecheck %s
struct a < let b : c
class c < b : a