initial commit
This commit is contained in:
14
test/queries/identifiers.cs
Normal file
14
test/queries/identifiers.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
namespace World
|
||||
{
|
||||
class Hello {
|
||||
static void Main(string []args)
|
||||
{
|
||||
Hello x = new Hello();
|
||||
System.Console.WriteLine("Hello, world.");
|
||||
}
|
||||
}
|
||||
|
||||
interface Blah {
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user