mirror of
https://github.com/github/codeql.git
synced 2026-03-17 04:56:58 +01:00
5 lines
143 B
C#
5 lines
143 B
C#
using System.Runtime.CompilerServices;
|
|
|
|
// Expose internals for testing purposes.
|
|
[assembly: InternalsVisibleTo("Semmle.Extraction.Tests")]
|