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 f322a22 commit 3d1559dCopy full SHA for 3d1559d
tests/pos/i12178.scala
@@ -20,5 +20,5 @@ extension[TLabel <: Singleton & String, TValue] (labelTagged: LabelTagged[TLabel
20
@main def hello(): Unit = {
21
val foo: LabelTagged["foo", Int] = LabelTagged("foo", 10)
22
println(label(foo)) // OK
23
- //println(foo.label) // not OK
+ println(foo.label) // was error, now OK
24
}
0 commit comments