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 dafa559 commit 0df4425Copy full SHA for 0df4425
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