View | Details | Raw Unified | Return to bug 96858 | Differences between
and this patch

Collapse All | Expand All

(-)src/org/eclipse/jdt/core/tests/model/BindingKeyTests.java (+11 lines)
Lines 418-421 Link Here
418
		);
418
		);
419
	}
419
	}
420
420
421
	/*
422
	 * Generic secondary type
423
	 * (regression test for bug 96858 IllegalArgumentException in Signature)
424
	 */
425
	public void test038() {
426
		assertBindingKeySignatureEquals(
427
			"<T:U:>Lp1.Y;",
428
			"Lp1/X~Y<TT;TU;>;"
429
		);
430
	}
431
421
}
432
}

Return to bug 96858