Skip to content

Commit 27b321d

Browse files
authored
Merge pull request #2368 from kitbellew/2368
DenotationOps: use public Dialect.withXxx methods
2 parents c7e215c + 957eab6 commit 27b321d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scalafix-core/src/main/scala/scalafix/internal/util/DenotationOps.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import scalafix.v0._
66

77
object DenotationOps {
88
val defaultDialect: Dialect =
9-
dialects.Scala212.copy(allowTypeLambdas = true)
9+
dialects.Scala212.withAllowTypeLambdas(true)
1010

1111
def resultType(
1212
symbol: Symbol,

0 commit comments

Comments
 (0)