mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Make ValueGenerics feature always available
This commit is contained in:
@@ -1,10 +1,8 @@
|
||||
// RUN: %empty-directory(%t)
|
||||
// RUN: %target-swift-emit-module-interface(%t.swiftinterface) %s -module-name ValueGeneric -enable-experimental-feature ValueGenerics -disable-availability-checking
|
||||
// RUN: %target-swift-emit-module-interface(%t.swiftinterface) %s -module-name ValueGeneric -disable-availability-checking
|
||||
// RUN: %target-swift-typecheck-module-from-interface(%t.swiftinterface) -module-name ValueGeneric -disable-availability-checking
|
||||
// RUN: %FileCheck %s < %t.swiftinterface
|
||||
|
||||
// REQUIRES: swift_feature_ValueGenerics
|
||||
|
||||
// CHECK: public struct Slab<Element, let N : Swift.Int>
|
||||
public struct Slab<Element, let N: Int> {
|
||||
// CHECK-LABEL: public var count: Swift.Int {
|
||||
|
||||
Reference in New Issue
Block a user