Skip to content
This repository was archived by the owner on Mar 18, 2024. It is now read-only.

Commit 7e18e21

Browse files
Update examples (#49)
1 parent 67335db commit 7e18e21

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

generate-sources/new-plugin/src/main/kotlin/io/arrowkt/example/TransformNewSources.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ import arrow.meta.quotes.classDeclaration
2323
val Meta.transformNewSources: CliPlugin
2424
get() = "Transform New Multiple Source" {
2525
meta(
26-
classDeclaration(this, { name == "NewMultipleSource" }) {
26+
classDeclaration(this, { element.name == "NewMultipleSource" }) {
2727
Transform.newSources(
2828
"""
2929
|package arrow
@@ -38,4 +38,4 @@ val Meta.transformNewSources: CliPlugin
3838
)
3939
}
4040
)
41-
}
41+
}

0 commit comments

Comments
 (0)