Skip to content

Commit ec18bbe

Browse files
dwijnandWojciechMazur
authored andcommitted
jsoup: 1.14.3 → 1.17.2
From MVNRepository: Direct vulnerabilities: - CVE-2022-36033 Vulnerabilities from dependencies: - CVE-2023-26049 - CVE-2023-26048 - CVE-2022-25647 https://mvnrepository.com/artifact/org.jsoup/jsoup/1.14.3 [Cherry-picked 27fbeaf]
1 parent fe6b1b4 commit ec18bbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

presentation-compiler/src/main/dotty/tools/pc/PcDefinitionProvider.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ class PcDefinitionProvider(
124124
val isLocal = sym.source == pos.source
125125
if isLocal then
126126
val defs =
127-
Interactive.findDefinitions(List(sym), driver, false, false)
127+
Interactive.findDefinitions(List(sym), driver, false, false).filter(_.source == sym.source)
128128
defs.headOption match
129129
case Some(srcTree) =>
130130
val pos = srcTree.namePos

0 commit comments

Comments
 (0)