Home
last modified time | relevance | path

Searched defs:bat (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DdeclFileForClassWithMultipleBaseClasses.ts35 bat(); method
41 bat() { } method in D
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/destructuredDeclarationEmit/
Dindex.ts24 const { bar: baz, bat, bam: { bork: { bar: ibar, baz: ibaz } } } = foo; constant