Skip to content

Commit

Permalink
Fix indentation
Browse files Browse the repository at this point in the history
Co-authored-by: Sébastien Doeraene <[email protected]>
  • Loading branch information
mbovel and sjrd authored May 1, 2024
1 parent 7a9102a commit 27cc89d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/warn/i17493.scala
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//> using options -explain
class A(val s: String) extends AnyVal {
class A(val s: String) extends AnyVal {
// def f = eq("hello, world") // no warning for now because `eq` is inlined
def g = synchronized { println("hello, world") } // warn
}
}

0 comments on commit 27cc89d

Please sign in to comment.