summaryrefslogtreecommitdiff
path: root/mcs/errors/cs1525-19.cs
blob: 05d6451364d242ad99cefec789ce1554d1299e75 (plain)
1
2
3
4
5
6
// CS1525: Unexpected symbol `int'
// Line: 5

public class Test {
    void T (int int) {}
}