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)
commit2a09852cff2a62619d423ad7f5ebf2284981250f
treed13637242629caf3103d55a6b37dc32c330a4c77
parent1893774823adf393c3688536825a1bbad2581640
parent2632e674b99f189b44050ac3acd6739d63b23b95
Merge pull request #7683 from sivarv/VectorByteFix

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).