@@ -306,7 +306,7 @@ declare getfenv: nil
306306-- declare function getmetatable<T>(obj: T): getmetatable<T> -- builtin
307307declare function ipairs <V >(tab : {V }): (({V }, number ) -> (number ? , V ), {V }, number )
308308declare loadstring : nil
309- declare @ checked function newproxy (mt : boolean ? ): any
309+ @ checked declare function newproxy (mt : boolean ? ): any
310310-- declare function next<K, V>(t: {[K]: V}, i: K?): (K?, V) -- builtin
311311-- declare function pairs<K, V>(t: {[K]: V}): (({[K]: V}, K?) -> (K?, V), {[K]: V}, K) -- builtin
312312declare function pcall <A ..., R ...>(f : (A ...) -> R ..., ... : A ...): (boolean , R ...)
@@ -315,7 +315,7 @@ declare function rawequal<T1, T2>(a: T1, b: T2): boolean
315315declare function rawget <K , V >(t : {[K ]: V }, k : K ): V ?
316316declare function rawlen <K , V >(t : {[K ]: V } | string ): number
317317declare function rawset <K , V >(t : {[K ]: V }, k : K , v : V ): {[K ]: V }
318- -- declare @checked function require(target: any): any -- magic type
318+ -- @checked declare function require(target: any): any -- magic type
319319-- declare function select<A...>(i: string | number, ...: A...): ...any -- magic type
320320declare setfenv : nil
321321-- declare function setmetatable<T, MT>(t: T, mt: MT): setmetatable<T, MT> -- builtin, magic type
0 commit comments