Skip to content

Commit addd86d

Browse files
cushoncgruber
authored andcommitted
Close out old bug about blank lines inside expressions
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=106541927
1 parent 8a25d00 commit addd86d

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
class Test {
2+
{
3+
int x =
4+
1
5+
6+
+ 2;
7+
}
8+
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
class Test {
2+
{
3+
int x = 1 + 2;
4+
}
5+
}

0 commit comments

Comments
 (0)