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 d6483ae commit 168c5bdCopy full SHA for 168c5bd
test/Generics/inverse_constraints.swift
@@ -1,5 +1,7 @@
1
// RUN: %target-swift-frontend -enable-experimental-feature NoncopyableGenerics -typecheck %s -debug-generic-signatures 2>&1 | %FileCheck %s
2
3
+// REQUIRES: asserts
4
+
5
// CHECK-LABEL: (file).genericFn@
6
// CHECK: Generic signature: <T where T : Copyable>
7
func genericFn<T>(_ t: T) {}
0 commit comments