Merge pull request #2619 from cdmihai/cdmihai/globChangeDetectionRelMerge

Cache inputs for globbing change detection
This commit is contained in:
Mihai Codoban 2016-04-25 09:32:24 -07:00
commit 91fb67835d
13 changed files with 541 additions and 167 deletions

View file

@ -0,0 +1,12 @@
using System;
namespace ConsoleApplication
{
public class Program2
{
public static void Foo(string[] args)
{
Console.WriteLine("Hello World!");
}
}
}