mirror of
https://github.com/carbon-language/carbon-lang.git
synced 2026-09-25 15:00:13 +01:00
5 lines
105 B
Plaintext
5 lines
105 B
Plaintext
8: type error in pattern variable
|
|
expected: (x = Int, y = Int)
|
|
actual: (y = Int, x = Int)
|
|
EXIT CODE: 255
|