Files
swift-mirror/test/Serialization/Inputs/has_array.swift
2014-07-08 02:17:49 +00:00

6 lines
244 B
Swift

public 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.