From fdcddf1b16e16ca4fa2a950751cdecb29c163d6f Mon Sep 17 00:00:00 2001 From: Dimitar Dobrev Date: Thu, 14 Jul 2016 18:32:53 +0300 Subject: [PATCH] Added a tests for the completion of records. Signed-off-by: Dimitar Dobrev --- tests/CSharp/AnotherUnit.h | 4 ++++ tests/CSharp/CSharp.h | 2 ++ 2 files changed, 6 insertions(+) diff --git a/tests/CSharp/AnotherUnit.h b/tests/CSharp/AnotherUnit.h index c7c0ba15..32fa1e46 100644 --- a/tests/CSharp/AnotherUnit.h +++ b/tests/CSharp/AnotherUnit.h @@ -7,3 +7,7 @@ class TemplateInAnotherUnit { T field; }; + +class ForwardInOtherUnitButSameModule +{ +}; diff --git a/tests/CSharp/CSharp.h b/tests/CSharp/CSharp.h index 8e042754..5a260083 100644 --- a/tests/CSharp/CSharp.h +++ b/tests/CSharp/CSharp.h @@ -953,3 +953,5 @@ private: lowerCase i; lowerCase l; }; + +class ForwardInOtherUnitButSameModule;