blob: 34b0c4c19f1aea672dc385c1fbca9f846fe9ff3a [file] [log] [blame]
import 'dart:js';
typedef dynamic Func(String x, String y);
Func bar(Func f) {
return allowInterop(f);
}