Skip to content

Commit 2b45220

Browse files
jchybtgodzik
authored andcommitted
Fix .check tests
1 parent 3a8ae42 commit 2b45220

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/semanticdb/metac.expect

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4930,8 +4930,8 @@ _empty_/Txn# => trait Txn [typeparam T <: Txn[T]] extends Object { self: Txn[T]
49304930
_empty_/Txn#[T] => typeparam T <: Txn[T]
49314931
_empty_/Txn#`<init>`(). => primary ctor <init> [typeparam T <: Txn[T]](): Txn[T]
49324932
local0 => val local out: Repr[Out]
4933-
local1 => val local inObj: Repr[In] & Obj[In]
4934-
local2 => val local outObj: Repr[Out] & Obj[Out]
4933+
local1 => val local inObj: Obj[In] & Repr[In]
4934+
local2 => val local outObj: Obj[Out] & Repr[Out]
49354935

49364936
Occurrences:
49374937
[1:6..1:9): Txn <- _empty_/Txn#

0 commit comments

Comments
 (0)