mirror of https://github.com/mono/CppSharp.git
3 changed files with 23 additions and 3 deletions
@ -1 +1,12 @@ |
|||||||
#include "UTF16.h" |
#include "UTF16.h" |
||||||
|
|
||||||
|
// TODO: move this, it has nothing to do with Unicode, it's here only not to break the CLI branch
|
||||||
|
int Foo::operator[](int i) const |
||||||
|
{ |
||||||
|
return 5; |
||||||
|
} |
||||||
|
|
||||||
|
char* Foo::operator[](int i) |
||||||
|
{ |
||||||
|
return 0; |
||||||
|
} |
Loading…
Reference in new issue