We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7573a64 commit 4d2d054Copy full SHA for 4d2d054
test/SPI/private_swiftinterface.swift
@@ -93,8 +93,7 @@ private class PrivateClassLocal {}
93
// CHECK-PUBLIC-NOT: SPIProto3
94
95
associatedtype AssociatedType
96
- // CHECK-PRIVATE: associatedtype AssociatedType
97
- // CHECK-PRIVATE-NOT: @_spi(LocalSPI) associatedtype AssociatedType
+ // CHECK-PRIVATE: {{^}} associatedtype AssociatedType
98
// CHECK-PUBLIC-NOT: AssociatedType
99
100
func implicitSPIMethod()
0 commit comments