mirror of
https://github.com/luau-lang/luau.git
synced 2025-04-01 17:30:53 +01:00
New keyboard.
This commit is contained in:
parent
4a1d820864
commit
94e5637796
1 changed files with 1 additions and 1 deletions
|
@ -2582,7 +2582,7 @@ TEST_CASE_FIXTURE(Fixture, "refine_just_the_read_property")
|
|||
|
||||
LUAU_REQUIRE_NO_ERRORS(result);
|
||||
|
||||
// The first check is corrrect because it reflects the state of the program by that point.
|
||||
// The first check is correct because it reflects the state of the program by that point.
|
||||
// The second check is not. It fails to account for transitive typestate change from the
|
||||
// previous statement.
|
||||
CHECK_EQ("Foo & { read p: ~true }", toString(requireTypeAtPosition({6, 12})));
|
||||
|
|
Loading…
Add table
Reference in a new issue