提交 cd8e345c 编写于 作者: S Sam Saffron

oops, test lied

上级 9a665245
...@@ -297,7 +297,7 @@ class TestObj ...@@ -297,7 +297,7 @@ class TestObj
internal int Internal { set { _internal = value; } } internal int Internal { set { _internal = value; } }
public int _priv; public int _priv;
internal int Priv { set { _priv = value; } } private int Priv { set { _priv = value; } }
} }
public void TestSetInternal() public void TestSetInternal()
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册