Logo
Explore Help
Sign In
mono/linux-packaging-mono
0
0
Fork 0
You've already forked linux-packaging-mono
Code Issues Pull Requests Packages Projects Releases Wiki Activity
ed0966ff6f
BranchesTags
View all branches
linux-packaging-mono/mcs/errors/cs8052.cs

7 lines
120 B
C#
Raw Normal View History

Imported Upstream version 4.0.0~alpha1 Former-commit-id: 806294f5ded97629b74c85c09952f2a74fe182d9
2015-04-07 09:35:12 +01:00
// CS8052: `I.P': Properties inside interfaces cannot have initializers
Imported Upstream version 3.8.0 Former-commit-id: 6a76a29bd07d86e57c6c8da45c65ed5447d38a61
2014-09-04 09:07:35 +01:00
// Line: 6
Imported Upstream version 4.0.0~alpha1 Former-commit-id: 806294f5ded97629b74c85c09952f2a74fe182d9
2015-04-07 09:35:12 +01:00
interface I
Imported Upstream version 3.8.0 Former-commit-id: 6a76a29bd07d86e57c6c8da45c65ed5447d38a61
2014-09-04 09:07:35 +01:00
{
Imported Upstream version 4.0.0~alpha1 Former-commit-id: 806294f5ded97629b74c85c09952f2a74fe182d9
2015-04-07 09:35:12 +01:00
int P { get; } = 4;
Imported Upstream version 3.8.0 Former-commit-id: 6a76a29bd07d86e57c6c8da45c65ed5447d38a61
2014-09-04 09:07:35 +01:00
}
Reference in New Issue Copy Permalink
Powered by Gitea Page: 585ms Template: 4ms
English
English
Licenses API