forked from nikita/muzika-gromche
7 lines
206 B
C#
7 lines
206 B
C#
|
|
// ReSharper disable once CheckNamespace
|
||
|
|
#pragma warning disable IDE0130 // Namespace does not match folder structure
|
||
|
|
namespace System.Runtime.CompilerServices
|
||
|
|
{
|
||
|
|
internal static class IsExternalInit;
|
||
|
|
}
|