Skip to content

Commit cb38243

Browse files
committed
Update semanticDB files
1 parent d488c0b commit cb38243

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

tests/semanticdb/expect/ValPattern.expect.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class ValPattern/*<-example::ValPattern#*/ {
2323
rightVar/*->example::ValPattern#rightVar().*/
2424
)
2525
)
26-
locally/*->dotty::DottyPredef.locally().*/ {
26+
locally/*->scala::Predef.locally().*/ {
2727
val (left/*<-local0*/, right/*<-local1*/) = (/*->scala::Tuple2.apply().*/1, 2)
2828
val Some/*->scala::Some.*//*->scala::Some.unapply().*/(number1/*<-local2*/) =
2929
Some/*->scala::Some.*//*->scala::Some.apply().*/(1)

tests/semanticdb/expect/local-file.expect.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package example
22

33
class `local-file/*<-example::`local-file`#*/` {
4-
locally/*->dotty::DottyPredef.locally().*/ {
4+
locally/*->scala::Predef.locally().*/ {
55
val local/*<-local0*/ = 42
66
local/*->local0*/ +/*->scala::Int#`+`(+4).*/ 4
77
}

tests/semanticdb/metac.expect

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2778,7 +2778,7 @@ Occurrences:
27782778
[20:8..20:18): number1Var -> example/ValPattern#number1Var().
27792779
[21:8..21:15): leftVar -> example/ValPattern#leftVar().
27802780
[22:8..22:16): rightVar -> example/ValPattern#rightVar().
2781-
[25:4..25:11): locally -> dotty/DottyPredef.locally().
2781+
[25:4..25:11): locally -> scala/Predef.locally().
27822782
[26:11..26:15): left <- local0
27832783
[26:17..26:22): right <- local1
27842784
[26:27..26:27): -> scala/Tuple2.apply().
@@ -3157,7 +3157,7 @@ Occurrences:
31573157
[0:8..0:15): example <- example/
31583158
[2:7..2:17): local-file <- example/`local-file`#
31593159
[3:2..3:2): <- example/`local-file`#`<init>`().
3160-
[3:2..3:9): locally -> dotty/DottyPredef.locally().
3160+
[3:2..3:9): locally -> scala/Predef.locally().
31613161
[4:8..4:13): local <- local0
31623162
[5:4..5:9): local -> local0
31633163
[5:10..5:11): + -> scala/Int#`+`(+4).

0 commit comments

Comments
 (0)