mirror of
https://github.com/apple/swift.git
synced 2026-06-20 15:42:51 +02:00
d3b8ce7ae2
Also remove uses of -emit-parseable-module-interface from tests
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}}
|