mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
7 lines
234 B
Swift
7 lines
234 B
Swift
import A
|
|
import B.B3
|
|
import D
|
|
|
|
import NotSoSecret // expected-warning {{'NotSoSecret' inconsistently imported as implementation-only}}
|
|
@_implementationOnly import NotSoSecret2 // expected-note {{imported as implementation-only here}}
|