improve C# dependency test
This commit is contained in:
parent
7bc8ec006b
commit
ffa9e410b4
4 changed files with 63 additions and 24 deletions
|
@ -1,4 +1,12 @@
|
|||
using System;
|
||||
using System.Diagnostics;
|
||||
using System.IO;
|
||||
using System.Net;
|
||||
using Microsoft.Win32;
|
||||
using WakaTime.Forms;
|
||||
using static Math.Foo;
|
||||
using Task = Fart.Threading.Tasks.Task;
|
||||
using static Proper.Bar;
|
||||
|
||||
public class Hello4
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue