We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33a324e commit 80e06b6Copy full SHA for 80e06b6
validation-test/compiler_crashers_2/6a33401772c7458.swift
@@ -1,5 +1,6 @@
1
// {"signature":"swift::constraints::GenericArgumentsMismatchFailure::GenericArgumentsMismatchFailure(swift::constraints::Solution const&, swift::Type, swift::Type, llvm::ArrayRef<unsigned int>, swift::constraints::ConstraintLocator*)"}
2
// RUN: not --crash %target-swift-frontend -typecheck %s
3
+// REQUIRES: asserts
4
class a < b, c {
5
typealias d = b typealias e =
6
c class f<b, c> : a<b, c> class g<h, i> : f<(h, i), c> {
0 commit comments