blob: 1eac4b08e63c9d9ac31c968be07d7e7fc3af5698 [file] [log] [blame]
extension S on int {
void test(int x) {}
}
extension S2<X> on int {
void test2(int x) {}
void test3<Y>(Y y) {}
}
foo() {}
main() {}