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