@ -301,11 +301,6 @@ public class BasicTests : GeneratorTestFixture
TestNotStaticClass.StaticFunction();
}
[Test, Ignore]
public void TestChar16()
{
[Test]
public void TestCopyConstructor()
@ -48,8 +48,6 @@ public:
static const int unsafe = 10;
const char* GetANSI();
// TODO: VC++ does not support char16
// char16 chr16;
// Not properly handled yet - ignore
float nested_array[2][2];
@ -5,6 +5,9 @@ class DLL_API Foo
public:
const char* Unicode;
// TODO: move this, it has nothing to do with Unicode, it's here only not to break the CLI branch
int operator[](int i) const;
int operator[](int i);