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

cs0531-2.cs « errors « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 04385c3d5cd9efb9750b0dd156552c1202241424 (plain)
1
2
// cs0531.cs: 'Interface.P.get' : interface members cannot have a definition// Line: 5
public interface Interface {        int P { get {} }}