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 3a8ae42 commit 2b45220Copy full SHA for 2b45220
tests/semanticdb/metac.expect
@@ -4930,8 +4930,8 @@ _empty_/Txn# => trait Txn [typeparam T <: Txn[T]] extends Object { self: Txn[T]
4930
_empty_/Txn#[T] => typeparam T <: Txn[T]
4931
_empty_/Txn#`<init>`(). => primary ctor <init> [typeparam T <: Txn[T]](): Txn[T]
4932
local0 => val local out: Repr[Out]
4933
-local1 => val local inObj: Repr[In] & Obj[In]
4934
-local2 => val local outObj: Repr[Out] & Obj[Out]
+local1 => val local inObj: Obj[In] & Repr[In]
+local2 => val local outObj: Obj[Out] & Repr[Out]
4935
4936
Occurrences:
4937
[1:6..1:9): Txn <- _empty_/Txn#
0 commit comments