Home
last modified time | relevance | path

Searched defs:Controller (Results 1 – 3 of 3) sorted by relevance

/third_party/typescript/tests/baselines/reference/
DtypeQueryWithReservedWords.js2 class Controller { class
20 function Controller() { class in Controller
/third_party/typescript/tests/cases/conformance/types/specifyingTypes/typeQueries/
DtypeQueryWithReservedWords.ts1 class Controller { class
/third_party/typescript/tests/cases/compiler/
DvarianceAnnotationValidation.ts8 interface Controller<out T> { interface