Signed-off-by: Dimitar Dobrev <dpldobrev@yahoo.com>
@ -14,6 +14,14 @@ public class CSharpTempTests : GeneratorTestFixture
}
[Test]
public void TestIncompilableCode()
{
using (new ForceCreationOfInterface())
public void TestIndexer()
@ -68,6 +68,10 @@ private:
Bar::Bar() {}
class DLL_API ForceCreationOfInterface : public Foo, public Bar
};
class DLL_API Baz : public Foo, public Bar
public: