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
[FIR] Make synthetic FunctionN declarations MustUse by default
Since they are not declared in stdlib sources, we cannot compile them
with the MustUse flag normally as any other stdlib builtin.
To handle them correctly in UnusedReturnValueChecker, their status
should be set where they are created.
#KT-71195
Copy file name to clipboardExpand all lines: compiler/fir/checkers/src/org/jetbrains/kotlin/fir/analysis/checkers/declaration/FirUnusedReturnValueChecker.kt
-3Lines changed: 0 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -171,9 +171,6 @@ private fun ConeKotlinType.isIgnorable(): Boolean {
Copy file name to clipboardExpand all lines: compiler/fir/providers/src/org/jetbrains/kotlin/fir/resolve/providers/impl/FirExtensionSyntheticFunctionInterfaceProvider.kt
0 commit comments