Browse Source

Added a tests for the completion of records.

Signed-off-by: Dimitar Dobrev <dpldobrev@protonmail.com>
pull/661/head
Dimitar Dobrev 9 years ago
parent
commit
fdcddf1b16
  1. 4
      tests/CSharp/AnotherUnit.h
  2. 2
      tests/CSharp/CSharp.h

4
tests/CSharp/AnotherUnit.h

@ -7,3 +7,7 @@ class TemplateInAnotherUnit
{ {
T field; T field;
}; };
class ForwardInOtherUnitButSameModule
{
};

2
tests/CSharp/CSharp.h

@ -953,3 +953,5 @@ private:
lowerCase<int> i; lowerCase<int> i;
lowerCase<long> l; lowerCase<long> l;
}; };
class ForwardInOtherUnitButSameModule;

Loading…
Cancel
Save