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: kmp-nativecoroutines-compiler/src/main/kotlin/com/rickclephas/kmp/nativecoroutines/compiler/fir/codegen/CallableReferenceBlock.kt
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ private fun FirCallableSymbol<*>.getReferenceConeType(): ConeKotlinType = when (
Copy file name to clipboardExpand all lines: kmp-nativecoroutines-compiler/src/main/kotlin/com/rickclephas/kmp/nativecoroutines/compiler/fir/codegen/NativeFunction.kt
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -54,7 +54,7 @@ internal fun FirExtension.buildNativeFunction(
54
54
// TODO: support contextReceivers once exported to ObjC
Copy file name to clipboardExpand all lines: kmp-nativecoroutines-compiler/src/main/kotlin/com/rickclephas/kmp/nativecoroutines/compiler/fir/codegen/NativeProperty.kt
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -54,7 +54,7 @@ internal fun FirExtension.buildNativeProperty(
54
54
// TODO: support contextReceivers once exported to ObjC
Copy file name to clipboardExpand all lines: kmp-nativecoroutines-compiler/src/main/kotlin/com/rickclephas/kmp/nativecoroutines/compiler/fir/codegen/ReceiverParameter.kt
Copy file name to clipboardExpand all lines: kmp-nativecoroutines-compiler/src/main/kotlin/com/rickclephas/kmp/nativecoroutines/compiler/fir/codegen/SharedFlowReplayCache.kt
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -57,7 +57,7 @@ internal fun FirExtension.buildSharedFlowReplayCacheProperty(
57
57
// TODO: support contextReceivers once exported to ObjC
Copy file name to clipboardExpand all lines: kmp-nativecoroutines-compiler/src/main/kotlin/com/rickclephas/kmp/nativecoroutines/compiler/fir/codegen/StateFlowValue.kt
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -58,7 +58,7 @@ internal fun FirExtension.buildStateFlowValueProperty(
58
58
// TODO: support contextReceivers once exported to ObjC
Copy file name to clipboardExpand all lines: kmp-nativecoroutines-compiler/src/main/kotlin/com/rickclephas/kmp/nativecoroutines/compiler/fir/extensions/KmpNativeCoroutinesDeclarationGenerationExtension.kt
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -194,7 +194,7 @@ internal class KmpNativeCoroutinesDeclarationGenerationExtension(
194
194
for (symbol in symbols) {
195
195
val annotation = getAnnotationForSymbol(symbol) ?:continue
196
196
if (annotation!in annotations) continue
197
-
if (symbol.receiverParameter!=null&& symbol.dispatchReceiverType !=null) continue
197
+
if (symbol.receiverParameterSymbol!=null&& symbol.dispatchReceiverType !=null) continue
0 commit comments