.NET Decompiler with support for PDB generation, ReadyToRun, Metadata (&more) - cross-platform!
 
 
 
 

9 lines
223 B

namespace ICSharpCode.Decompiler.Tests.TestCases.ILPretty
{
internal class ConstantBlobs
{
public static void Float_Int32(float f1 = 0f, float f2 = -1f, float f3 = int.MaxValue, float f4 = int.MinValue)
{
}
}
}