mirror of
https://github.com/github/codeql.git
synced 2026-05-02 04:05:14 +02:00
C#: Add test for known sources telemetry query.
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
using System;
|
||||
|
||||
public class SupportExternalSources
|
||||
{
|
||||
public void M1()
|
||||
{
|
||||
var l1 = Console.ReadLine(); // Known source.
|
||||
var l2 = Console.ReadLine(); // Known source.
|
||||
Console.SetError(Console.Out);
|
||||
var x = Console.Read(); // Know source.
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user