blob: fe91737c4a66b047212d3539b25d3f040e1d3653 [file] [log] [blame]
abstract class A<T> {
bar(T value) {}
barInt(int value) {}
foo() {}
}
main() {}