mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +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")]
|