diff --git a/src/AXSharp.compiler/tests/AXSharp.Compiler.CsTests/samples/units/expected/.g/POCO/abstract_members.g.cs b/src/AXSharp.compiler/tests/AXSharp.Compiler.CsTests/samples/units/expected/.g/POCO/abstract_members.g.cs new file mode 100644 index 00000000..d11d4a1f --- /dev/null +++ b/src/AXSharp.compiler/tests/AXSharp.Compiler.CsTests/samples/units/expected/.g/POCO/abstract_members.g.cs @@ -0,0 +1,11 @@ +using System; + +namespace Pocos +{ + public partial class AbstractMotor : AXSharp.Connector.IPlain + { + public Boolean Run { get; set; } + + public Boolean ReverseDirection { get; set; } + } +} \ No newline at end of file