Skip to content

Commit 27cc89d

Browse files
mbovelsjrd
andauthored
Fix indentation
Co-authored-by: Sébastien Doeraene <[email protected]>
1 parent 7a9102a commit 27cc89d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/warn/i17493.scala

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//> using options -explain
2-
class A(val s: String) extends AnyVal {
2+
class A(val s: String) extends AnyVal {
33
// def f = eq("hello, world") // no warning for now because `eq` is inlined
44
def g = synchronized { println("hello, world") } // warn
5-
}
5+
}

0 commit comments

Comments
 (0)