- Check for more error conditions - Move to more definitive error assertions - Simpler error messages in some cases - Test more conditions more thoroughly, revisit old tests
7 lines
98 B
Text
7 lines
98 B
Text
class Foo {
|
|
x: f64;
|
|
x: f64;
|
|
}
|
|
|
|
// @expect-errors:
|
|
// | 3:2: duplicate definition of field 'x'
|