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 81ab201 commit e875d52Copy full SHA for e875d52
tests/run/toplevel-defs/defs_1.scala
@@ -7,7 +7,7 @@ val her = {
7
8
type Labelled[T] = (String, T)
9
10
-def showLabelled[T](x: Labelled[T]) = s"${x(0)} : ${x(1)}"
+final def showLabelled[T](x: Labelled[T]) = s"${x(0)} : ${x(1)}"
11
12
object O {
13
def hi = hello("Bob")
0 commit comments