mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Projections of trivial types and view types aren't unsafe. This matches what was described in the vision document.
17 lines
239 B
Plaintext
17 lines
239 B
Plaintext
module Methods {
|
|
header "methods.h"
|
|
requires cplusplus
|
|
}
|
|
|
|
module AmbiguousMethods {
|
|
header "ambiguous_methods.h"
|
|
requires cplusplus
|
|
}
|
|
|
|
module UnsafeProjections {
|
|
header "unsafe-projections.h"
|
|
requires cplusplus
|
|
|
|
export *
|
|
}
|