class T {
  var p : U;
  function constructor(b : U) {
  }
}
/*EXPECTED
[]
*/
/*JSX_OPTS
--complete 3:29
*/
