Skip to content

Commit 1a29471

Browse files
authored
Merge pull request #2006 from dimitrakokkali/primary_ctor
Primary constructor & interface static constructor
2 parents b660ac8 + a9e6609 commit 1a29471

8 files changed

Lines changed: 4134 additions & 4099 deletions

File tree

src/Compiler/src/Compiler/XSharpCodeAnalysis/Generated/XSharpBaseListener.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
// </auto-generated>
99
//------------------------------------------------------------------------------
1010

11-
// Generated from E:\XSharp\Dev\src\Compiler\src\Compiler\XSharpCodeAnalysis\Parser\XSharp.g4 by ANTLR 4.6.1-SNAPSHOT
11+
// Generated from C:\Projects\XSharp\src\Compiler\src\Compiler\XSharpCodeAnalysis\Parser\XSharp.g4 by ANTLR 4.6.1-SNAPSHOT
1212

1313
// Unreachable code detected
1414
#pragma warning disable 0162

src/Compiler/src/Compiler/XSharpCodeAnalysis/Generated/XSharpLexer.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//------------------------------------------------------------------------------
1+
//------------------------------------------------------------------------------
22
// <auto-generated>
33
// This code was generated by a tool.
44
// ANTLR Version: 4.6.1-SNAPSHOT
@@ -8,7 +8,7 @@
88
// </auto-generated>
99
//------------------------------------------------------------------------------
1010

11-
// Generated from E:\XSharp\Dev\src\Compiler\src\Compiler\XSharpCodeAnalysis\Parser\XSharpLexer.g4 by ANTLR 4.6.1-SNAPSHOT
11+
// Generated from C:\Projects\XSharp\src\Compiler\src\Compiler\XSharpCodeAnalysis\Parser\XSharpLexer.g4 by ANTLR 4.6.1-SNAPSHOT
1212

1313
// Unreachable code detected
1414
#pragma warning disable 0162
@@ -21,7 +21,7 @@
2121

2222
namespace LanguageService.CodeAnalysis.XSharp.SyntaxParser {
2323
using Antlr4.Runtime;
24-
using Antlr4.Runtime.Atn;
24+
using Antlr4.Runtime.Atn;
2525
using Antlr4.Runtime.Misc;
2626
using DFA = Antlr4.Runtime.Dfa.DFA;
2727

src/Compiler/src/Compiler/XSharpCodeAnalysis/Generated/XSharpListener.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
// </auto-generated>
99
//------------------------------------------------------------------------------
1010

11-
// Generated from E:\XSharp\Dev\src\Compiler\src\Compiler\XSharpCodeAnalysis\Parser\XSharp.g4 by ANTLR 4.6.1-SNAPSHOT
11+
// Generated from C:\Projects\XSharp\src\Compiler\src\Compiler\XSharpCodeAnalysis\Parser\XSharp.g4 by ANTLR 4.6.1-SNAPSHOT
1212

1313
// Unreachable code detected
1414
#pragma warning disable 0162

0 commit comments

Comments
 (0)