コード例 #1
0
ファイル: ASuint.Test.cs プロジェクト: jfd16/Mariana
        public void instancesShouldUseNumberPrototype()
        {
            var instance = ASObject.AS_fromUint(UInt32.MaxValue);

            Assert.Same(Class.fromType(typeof(double)).prototypeObject, instance.AS_proto);
        }