Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cs1574.cs « errors « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 49181250f38ff6001e78d7de3a0c62cac29ac5c8 (plain)
1
2
3
4
5
6
// Compiler options: -doc:dummy.xml -warnaserror -warn:1
using System;
/// <seealso cref="explicit operator int (bool)"/>
public class Test
{
}