[LangOptions] Remove the option to enable/disable implicit existential

opening.
This commit is contained in:
Holly Borla
2022-06-27 17:59:34 -07:00
parent 04bbde1a9b
commit 6e8a581b42
10 changed files with 9 additions and 25 deletions

View File

@@ -1,5 +1,4 @@
// RUN: %target-typecheck-verify-swift
// RUN: %target-typecheck-verify-swift -enable-experimental-opened-existential-types
protocol P { }