Skip to content

Commit

Permalink
Inner class loses outer pointer test-case
Browse files Browse the repository at this point in the history
Test case for scala/scala-dev#627
  • Loading branch information
dwijnand committed May 23, 2019
1 parent 418c0ab commit bec6031
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
class C#Inner is declared final in new version
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
class C {
class Inner
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
class C {
final class Inner
}

0 comments on commit bec6031

Please sign in to comment.