File tree 2 files changed +5
-3
lines changed
presentation-compiler/test/dotty/tools/pc/base
2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ class BaseInlayHintsSuite extends BasePCSuite {
18
18
base : String ,
19
19
expected : String ,
20
20
kind : Option [Int ] = None ,
21
+ hintsInPatternMatch : Boolean = false
21
22
): Unit =
22
23
def pkgWrap (text : String ) =
23
24
if (text.contains(" package" )) text
@@ -35,7 +36,8 @@ class BaseInlayHintsSuite extends BasePCSuite {
35
36
true ,
36
37
true ,
37
38
true ,
38
- true
39
+ true ,
40
+ hintsInPatternMatch
39
41
)
40
42
41
43
val inlayHints = presentationCompiler
Original file line number Diff line number Diff line change @@ -1342,7 +1342,7 @@ object Build {
1342
1342
BuildInfoPlugin .buildInfoDefaultSettings
1343
1343
1344
1344
lazy val presentationCompilerSettings = {
1345
- val mtagsVersion = " 1.2.2+25-bb9dfbb9-SNAPSHOT "
1345
+ val mtagsVersion = " 1.3.0 "
1346
1346
1347
1347
Seq (
1348
1348
resolvers ++= Resolver .sonatypeOssRepos(" snapshots" ),
@@ -1351,7 +1351,7 @@ object Build {
1351
1351
" io.get-coursier" % " interface" % " 1.0.18" ,
1352
1352
" org.scalameta" % " mtags-interfaces" % mtagsVersion,
1353
1353
),
1354
- libraryDependencies += (" org.scalameta" % " mtags-shared_2.13.13 " % mtagsVersion % SourceDeps ),
1354
+ libraryDependencies += (" org.scalameta" % " mtags-shared_2.13.14 " % mtagsVersion % SourceDeps ),
1355
1355
ivyConfigurations += SourceDeps .hide,
1356
1356
transitiveClassifiers := Seq (" sources" ),
1357
1357
scalacOptions ++= Seq (" -source" , " 3.3" ), // To avoid fatal migration warnings
You can’t perform that action at this time.
0 commit comments