mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-28 04:28:01 +02:00
Improvements to auto-impl properties
This commit is contained in:
parent
36e0a3a375
commit
06f4eb9576
8 changed files with 113 additions and 61 deletions
|
@ -1,3 +1,5 @@
|
|||
#pragma warning disable 168
|
||||
|
||||
using System;
|
||||
namespace IDETest
|
||||
{
|
||||
|
@ -49,7 +51,7 @@ namespace IDETest
|
|||
{
|
||||
parent = test;
|
||||
mInnerInt = parent.mA;
|
||||
|
||||
|
||||
mSA.mA = 123;
|
||||
int a = mSA.mA;
|
||||
int b = mSA.mB; //FAIL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue