We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2b1a3b commit dca5dbbCopy full SHA for dca5dbb
tests/Prism.Core.Tests/Navigation/NavigationParametersFixture.cs
@@ -1,4 +1,4 @@
1
-using System.Linq;
+using System.Linq;
2
using Prism.Navigation;
3
using Xunit;
4
@@ -290,4 +290,8 @@ public class Person
290
291
public class Child : Person
292
{ }
293
+
294
+ //added this just to submit a test a PR
295
+ public class Person2
296
+ { }
297
}
0 commit comments