mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
...in a quest for completeness. ArrayTypes don't actually work yet (single-dimensional arrays are typed as slices), but when they do the test that is currently XFAIL'd should start passing. With this, all non-transient types can now be serialized and deserialized. Swift SVN r6101
6 lines
237 B
Swift
6 lines
237 B
Swift
var fourByFour = new Int[4][4]
|
|
|
|
// NOTE: Do not add anything else to this test. It is intended to be a bare
|
|
// minimum test for serializing ArrayType that should start passing as soon as
|
|
// Parse, Sema, and SILGen can handle ArrayTypes.
|