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.
2 parents 8f9c533 + 985bcae commit bc978d2Copy full SHA for bc978d2
test/attr/attr_inlinable_typealias_swift6.swift
@@ -1,4 +1,5 @@
1
// RUN: %target-typecheck-verify-swift -swift-version 6
2
+// REQUIRES: asserts
3
4
internal typealias InternalAlias = Int // expected-note 2 {{type alias 'InternalAlias' is not '@usableFromInline' or public}}
5
0 commit comments