Skip to content

Commit fcf24f7

Browse files
committed
Fix typo
1 parent 1d8547d commit fcf24f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/kotlin-extractor/src/main/kotlin/KotlinFileExtractor.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1665,7 +1665,7 @@ open class KotlinFileExtractor(
16651665
) ?: pluginContext.irBuiltIns.anyType
16661666

16671667
private fun getDefaultsMethodArgTypes(f: IrFunction) =
1668-
// The $default method has type ([extensionReceiver], [dispatchReciever], paramTypes..., int, Object)
1668+
// The $default method has type ([extensionReceiver], [dispatchReceiver], paramTypes..., int, Object)
16691669
// All parameter types are erased. The trailing int is a mask indicating which parameter values are real
16701670
// and which should be replaced by defaults. The final Object parameter is apparently always null.
16711671
(

0 commit comments

Comments
 (0)