You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: arrow-libs/optics/arrow-optics-compiler-plugin/src/main/kotlin/arrow/optics/plugin/fir/OpticsCompanionGenerator.kt
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,9 @@ class OpticsCompanionGenerator(session: FirSession) : FirDeclarationGenerationEx
49
49
if (!session.predicateBasedProvider.matches(predicate, owner)) returnnull
50
50
if (owner.companionObjectSymbol !=null) returnnull
51
51
if (name !=SpecialNames.DEFAULT_NAME_FOR_COMPANION_OBJECT) returnnull
Copy file name to clipboardExpand all lines: arrow-libs/optics/arrow-optics-compiler-plugin/src/main/kotlin/arrow/optics/plugin/fir/OpticsPluginWrappers.kt
0 commit comments