Merge pull request #7683 from sivarv/VectorByteFix
authorSivarv <sivarv@microsoft.com>
Tue, 18 Oct 2016 17:18:25 +0000 (10:18 -0700)
committerGitHub <noreply@github.com>
Tue, 18 Oct 2016 17:18:25 +0000 (10:18 -0700)
Vector<T>.ctor(T val) is not recognized for ubyte/byte/short/ushort when the arg is a local of small int type (e.g. method args).


Trivial merge