mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
5 lines
152 B
Dart
5 lines
152 B
Dart
|
|
// This symbol is not used on the Dart side. This exists just as a stub.
|
||
|
|
async(Function fn) {
|
||
|
|
throw 'async() test wrapper not available for Dart.';
|
||
|
|
}
|