New keyboard.

This commit is contained in:
Alexander McCord 2025-03-24 14:38:25 -07:00
parent 4a1d820864
commit 94e5637796

View file

@ -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})));