Searched refs:asyncMethod (Results 1 – 3 of 3) sorted by relevance
33 Adapter.asyncMethod = function() {34 AssertType(Adapter.asyncMethod = function() {}, "() => void");36 AssertType(Adapter.asyncMethod, "() => void");
33 async asyncMethod() { method in Derived
106 async asyncMethod(): Promise<void> { method in AsyncClass