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

cs0419.cs « errors « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0c7540572bf64d97f37a7608f4ae7b100bc21d35 (plain)
1
2
3
4
5
6
7
// Compiler options: -doc:dummy.xml -warn:3 -warnaserror
/// <summary>
/// Exposes <see cref="System.String.Replace"/> to XSLT
/// </summary>
public class Test {
}