mirror of
https://github.com/apple/swift.git
synced 2026-06-20 15:42:51 +02:00
53317633c2
split_files.py changes the newline characters depending on the platform
5 lines
57 B
Swift
5 lines
57 B
Swift
public struct MyStruct {
|
|
var x: Int
|
|
var y: Int
|
|
}
|