We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6811a8 commit 0c8eda4Copy full SHA for 0c8eda4
tests/Definitions.test.cpp
@@ -55,6 +55,7 @@ TEST_CASE("support_disabling_global_types")
55
workspace.setupWithConfiguration(config);
56
57
auto document = newDocument(workspace, "foo.luau", R"(
58
+ --!strict
59
local x = string.split("", "")
60
local y = table.insert({}, 1)
61
)");
@@ -81,6 +82,7 @@ TEST_CASE("support_disabling_methods_in_global_types")
81
82
83
84
85
86
local x = table.find({}, "value")
87
88
0 commit comments