summaryrefslogtreecommitdiff
path: root/tests/src/Regressions/assemblyref/assem.cs
blob: e614997da0248ac27b5434f580193abe3ea43708 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
//

using System;


public class A
{
    public int method1()
    {
        return 100;
    }
}