| 34 | {\r\n\ |
| 35 | int _x;\r\n\ |
| 36 | int x{ get { return _x; } set{ _x = r / 2; } };\r\n\ |
| 37 | }\r\n\ |
| 38 | void Foo:Foo(){ x = 4; }\r\n\ |
| 39 | Foo a;\r\n\ |
| 40 | return a.x;"; |
| 41 | TEST_RESULT("Accessor access inside a member function", testAccessorAccessInsideAMemberFunction, "2"); |
nothing calls this directly
no outgoing calls
no test coverage detected