There was an error while loading. Please reload this page.
2 parents c7e215c + 957eab6 commit 27b321dCopy full SHA for 27b321d
1 file changed
scalafix-core/src/main/scala/scalafix/internal/util/DenotationOps.scala
@@ -6,7 +6,7 @@ import scalafix.v0._
6
7
object DenotationOps {
8
val defaultDialect: Dialect =
9
- dialects.Scala212.copy(allowTypeLambdas = true)
+ dialects.Scala212.withAllowTypeLambdas(true)
10
11
def resultType(
12
symbol: Symbol,
0 commit comments