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
linux-packaging-mono/mcs/errors/cs1031.cs

14 lines
125 B
C#
Raw Normal View History

Imported Upstream version 3.6.0 Former-commit-id: da6be194a6b1221998fc28233f2503bd61dd9d14
2014-08-13 10:39:27 +01:00
// CS1031: Type expected
Imported Upstream version 3.10.0 Former-commit-id: 172c8e3c300b39d5785c7a3e8dfb08ebdbc1a99b
2014-10-04 11:27:48 +01:00
// Line: 8
Imported Upstream version 3.6.0 Former-commit-id: da6be194a6b1221998fc28233f2503bd61dd9d14
2014-08-13 10:39:27 +01:00
using System;
class M
{
public static void Main ()
{
Imported Upstream version 3.10.0 Former-commit-id: 172c8e3c300b39d5785c7a3e8dfb08ebdbc1a99b
2014-10-04 11:27:48 +01:00
Type t = typeof (this);
Imported Upstream version 3.6.0 Former-commit-id: da6be194a6b1221998fc28233f2503bd61dd9d14
2014-08-13 10:39:27 +01:00
}
}
Reference in New Issue Copy Permalink
Powered by Gitea Page: 345ms Template: 11ms
English
English
Licenses API