Closed
Description
This program gives no error in the analyzer:
class Foo<X> {
Foo.bar();
}
main() {
Foo.bar<int>();
}
See also #34159
This program gives no error in the analyzer:
class Foo<X> {
Foo.bar();
}
main() {
Foo.bar<int>();
}
See also #34159