Exemplo n.º 1
0
        public void TestImplicitCreateMaybeNull()
        {
            Maybe <TestRef> instance = null;

            instance.AssertNothing();
        }