Skip to content

Conversation

@jcansdale
Copy link

Deleted // yep yep

{
/// yepyep
}
}
Copy link
Author

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
Copy link
Author

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;
Copy link
Author

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;
Copy link
Author

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
{
Copy link
Author

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;
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Comment on Generic

@@ -1,4 +1,4 @@
using System;
using System; // comment on first line
Copy link
Author

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
}
}
Copy link
Author

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)
{
Copy link
Author

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
Copy link
Author

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
{
Copy link
Author

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
{
Copy link
Author

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
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

comment on main

}
}
}

Copy link
Author

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
Copy link
Author

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)
Copy link
Author

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
Copy link
Author

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
Copy link
Author

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;
Copy link
Author

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;

Copy link
Author

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;
Copy link
Author

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

Copy link
Author

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

Copy link
Author

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

@@ -1,16 +1,22 @@
using System;
// first line here
Copy link
Author

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
}
}
}
Copy link
Author

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 }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant