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