jspecify/jspecify-reference-checker

Support assertions about the type of expressions in the conformance tests

netdpb opened this issue · 0 comments

netdpb commented

Examples:

// test:expression-type:Foo!:foo(bar())
// test:expression-type:Bar?:bar()
return foo(bar());