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 37b7890 commit 108c102Copy full SHA for 108c102
validation-test/stdlib/MicroStdlib/Inputs/Swift.swift
@@ -2,6 +2,8 @@
2
// A bare-bones Swift standard library
3
//
4
5
+precedencegroup AssignmentPrecedence { assignment: true }
6
+
7
public enum Optional<Wrapped> {
8
case none
9
case some(Wrapped)
validation-test/stdlib/MicroStdlib/MicroStdlib.swift
@@ -9,5 +9,4 @@
// RUN: %target-run %t/hello | FileCheck %s
10
// REQUIRES: executable_test
11
// CHECK: Hello
12
-// REQUIRES: rdar27558848
13
0 commit comments