Repro steps:
- This script with the New Luau Type Solver beta (not sure if it’s required):
--!strict
local a: { Part } = {}
local s: string = "hi"
table.insert(a, s)
Expected behavior:
A warning on the table.insert
line
Actual behavior:
No warning