Skip to content

Commit 0b4c3d7

Browse files
committed
Proof to drop
1 parent 848b915 commit 0b4c3d7

File tree

1 file changed

+12
-0
lines changed
  • src/NHibernate.Test/NHSpecificTest/GH0000

1 file changed

+12
-0
lines changed

src/NHibernate.Test/NHSpecificTest/GH0000/Entity.cs

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,16 @@ class Entity
77
public virtual Guid Id { get; set; }
88
public virtual string Name { get; set; }
99
}
10+
11+
class Entity2
12+
{
13+
public virtual Guid Id { get; set; }
14+
public virtual string Name { get; set; }
15+
}
16+
17+
class Entity3
18+
{
19+
public virtual Guid Id { get; set; }
20+
public virtual string Name { get; set; }
21+
}
1022
}

0 commit comments

Comments
 (0)