blob: 7d6d900938a9a02d02837eeaffb96863db70be09 [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() {}