blob: 101e634f78005802c2d5e917a362d4ef012e6851 [file] [log] [blame]
extension Extension on int {
syncStarMethod() sync* {}
asyncMethod() async {}
asyncStarMethod() async* {}
}
main() {}