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.
requires=asserts
1 parent 447e524 commit 5ee8360Copy full SHA for 5ee8360
test/ConstExtraction/ExtractRuntimeMetadataAttr.swift
@@ -4,6 +4,8 @@
4
// RUN: %target-swift-frontend -typecheck -emit-const-values-path %t/ExtractRuntimeMetadataAttr.swiftconstvalues -const-gather-protocols-file %t/protocols.json -primary-file %s -enable-experimental-feature RuntimeDiscoverableAttrs
5
// RUN: cat %t/ExtractRuntimeMetadataAttr.swiftconstvalues 2>&1 | %FileCheck %s
6
7
+// REQUIRES: asserts
8
+
9
@runtimeMetadata
10
struct Flag<T> {
11
init(attachedTo: T.Type, _ description: String = "") {}
0 commit comments