We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 705d794 commit 218aac3Copy full SHA for 218aac3
src/NHibernate.Test/Async/EntityModeTest/Map/Basic/DynamicClassFixture.cs
@@ -8,12 +8,12 @@
8
//------------------------------------------------------------------------------
9
10
11
+using System;
12
using System.Collections;
13
using System.Collections.Generic;
14
using System.Dynamic;
15
using System.Linq.Dynamic.Core;
16
using System.Linq;
-using Antlr.Runtime.Misc;
17
using NUnit.Framework;
18
using NHibernate.Criterion;
19
using NHibernate.Linq;
src/NHibernate.Test/EntityModeTest/Map/Basic/DynamicClassFixture.cs
@@ -1,9 +1,9 @@
1
-using System.Collections;
+using System;
2
+using System.Collections;
3
4
5
6
7
0 commit comments