We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ab3bc41 + 0198cc8 commit 2b4c1e1Copy full SHA for 2b4c1e1
tests/fuzzy/i9283.scala
@@ -0,0 +1,7 @@
1
+// AE-77a004382f0de9965cb3880b27f302eb1c885c48
2
+object Foo {
3
+ class A
4
+ def f(x: A): Unit = x { } // This error is necessary.
5
+}
6
+case class Foo()
7
+type Foo = Any
tests/fuzzy/i9284.scala
+// TUATE-a0aa3e4143e63305db9ebacb6165df0155d73bbd
+ class Bar
+ Bar[String][Int]
+
+class i0 { i0 [String][Int] }
tests/fuzzy/i9288.scala
@@ -0,0 +1,10 @@
+// AE-de752a30942c1949a413940222cd9e573e5aa6a4
+class Foo {
+ import annotation.static
+ object Bar {
+ @static val x = 2
+ }
8
+ import Bar._
9
+ x
10
tests/fuzzy/i9293.scala
@@ -0,0 +1,6 @@
+class Foo[X] {
+ def foo: X[X] = foo(null)
+ implicit def baz[X](arg: X): Foo[X] = ???
0 commit comments