-
Notifications
You must be signed in to change notification settings - Fork 2
Testing comment on deleted line #24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
| { | ||
| /// yepyep | ||
| } | ||
| } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a comment on // yepyep
| { | ||
| static void Main(string[] args) | ||
| { | ||
| /// yepyep |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Comment on the Main line.
| @@ -1,4 +1,4 @@ | |||
| using System; | |||
| using System; // comment on first line | |||
| using System.Collections.Generic; | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
comment on original first line
| @@ -1,4 +1,4 @@ | |||
| using System; | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
try again on first line (deleted)
| namespace PullRequestSandbox | ||
| { | ||
| class Program | ||
| { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Comment on Main.
| @@ -1,4 +1,4 @@ | |||
| using System; | |||
| using System; // comment on first line | |||
| using System.Collections.Generic; | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Comment on Generic
PullRequestSandbox/Program.cs
Outdated
| @@ -1,4 +1,4 @@ | |||
| using System; | |||
| using System; // comment on first line | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Comment on changed first line
| { | ||
| /// yepyep | ||
| } | ||
| } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Comment on last closing bracket
| class Program | ||
| { | ||
| static void Main(string[] args) | ||
| { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
coment on deleted yepyep
| { | ||
| static void Main(string[] args) | ||
| { | ||
| /// yepyep |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
2nd try on deleted yepyep
| namespace PullRequestSandbox | ||
| { | ||
| class Program | ||
| { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Comment on Main
| namespace PullRequestSandbox | ||
| { | ||
| class Program | ||
| { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Comment on Main.
|
|
||
| namespace PullRequestSandbox | ||
| { | ||
| class Program |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
comment on main
| } | ||
| } | ||
| } | ||
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
comment on another line
| } | ||
| } | ||
|
|
||
| // another line to comment on |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
2nd attempt on another line
| { | ||
| class Program | ||
| { | ||
| static void Main(string[] args) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
comment on Main
| namespace PullRequestSandbox | ||
| { | ||
| class Program | ||
| class Program // x |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Comment on Program
|
|
||
| namespace PullRequestSandbox | ||
| { | ||
| class Program |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Comment on old Program
| using System; // comment on first line | ||
| using System.Collections.Generic; | ||
| using System.Linq; | ||
| using System.Text; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Comment on Linq
| using System.Linq; | ||
| using System.Text; | ||
| using System.Threading.Tasks; | ||
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Line above PullRequestSandbox
| using System.Collections.Generic; | ||
| using System.Linq; | ||
| using System.Text; | ||
| using System.Threading.Tasks; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The System.Text line
| @@ -1,16 +1,22 @@ | |||
| using System; | |||
| // first line here | |||
|
|
|||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the new first line
| @@ -1,16 +1,22 @@ | |||
| using System; | |||
| // first line here | |||
|
|
|||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
comment on the new first line
PullRequestSandbox/Program.cs
Outdated
| @@ -1,16 +1,22 @@ | |||
| using System; | |||
| // first line here | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
comment on the new first line (starting with -1)
| /// yepyep | ||
| } | ||
| } | ||
| } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
comment on the last closing }
Deleted // yep yep