We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e6f9c0 commit 3321921Copy full SHA for 3321921
1 file changed
tests/semanticdb/metac.expect
@@ -5059,8 +5059,8 @@ _empty_/Txn# => trait Txn [typeparam T <: Txn[T]] extends Object { self: Txn[T]
5059
_empty_/Txn#[T] => typeparam T <: Txn[T]
5060
_empty_/Txn#`<init>`(). => primary ctor <init> [typeparam T <: Txn[T]](): Txn[T]
5061
local0 => val local out: Repr[Out]
5062
-local1 => val local inObj: Obj[In] & Repr[In]
5063
-local2 => val local outObj: Obj[Out] & Repr[Out]
+local1 => val local inObj: Obj[In]
+local2 => val local outObj: Obj[Out]
5064
5065
Occurrences:
5066
[1:6..1:9): Txn <- _empty_/Txn#
0 commit comments