.hgignore

Wed, 18 Jun 2014 10:44:16 +0200

author
jlahoda
date
Wed, 18 Jun 2014 10:44:16 +0200
changeset 2427
a3ad6e2ede44
parent 1223
f3743b82945e
child 2525
2eb010b6cb22
permissions
-rw-r--r--

8046916: Type parameter annotations don't work with multiple type parameters
Summary: When reading type variable's annotations out of the owner's type annotations, use the type variable's index in owner to exclude annotations belonging to other type variables.
Reviewed-by: jfranck, emc

duke@1 1 ^build/
duke@1 2 ^dist/
ohair@446 3 /nbproject/private/
ohair@976 4 ^.hgtip
michaelm@1223 5 .DS_Store

mercurial