Files
carbon-lang/executable_semantics/testdata/class_field_missing.golden
T
Jon Meow 3ec550a85f Replace int lines with file-associated SourceLocations (#779)
Most interesting changes should be ast/source_location.h and syntax/parse_and_lex_context.h
2021-08-26 10:07:16 -07:00

5 lines
161 B
Plaintext

COMPILATION ERROR: executable_semantics/testdata/class_field_missing.carbon:11: type error in call
expected: (x = i32, y = i32)
actual: (x = i32)
EXIT CODE: 255