mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
8 lines
83 B
Plaintext
8 lines
83 B
Plaintext
func foo() {
|
|
_ = 1234567
|
|
_ = 1_234_567.123_45
|
|
_ = +1234567
|
|
_ = -1234567
|
|
}
|
|
|