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.
2 parents 49d7399 + 3d1559d commit cb2df55Copy full SHA for cb2df55
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