We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47884f3 commit acdf2e8Copy full SHA for acdf2e8
tests/pickling/i3149.scala
@@ -0,0 +1,7 @@
1
+sealed class Foo
2
+
3
+class Test {
4
+ def f = {
5
+ class Bar extends Foo
6
+ }
7
+}
tests/pos/i3149.scala
@@ -0,0 +1,14 @@
+ class C {
8
9
10
+ object O {
11
12
13
14
tests/pos/i3149a.scala
+object Foo {
0 commit comments