blob: f28577f55d8c7f61ed2a5a70466ec54e5a68d389 [file] [log] [blame]
package test0019;
public class Test {
<T> void foo(Object o1, T t, Object o2) {
}
}