Skip to content
This repository was archived by the owner on Jan 20, 2023. It is now read-only.

Commit 19c079a

Browse files
committed
コメント追加
1 parent bdd6e0f commit 19c079a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/kotlin/com/mapk/fastkfunction/FastKFunction.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ sealed class FastKFunction<T> {
8282
override fun call(vararg args: Any?): T = spreadWrapper.call(args) as T
8383
}
8484

85+
// NOTE: トップレベル拡張関数に関してはスプレッド演算子抹消対応が難しい(Bucket関連を弄らなきゃ無理)ため、一旦手を付けていない
8586
internal class TopLevelExtensionFunction<T>(
8687
private val function: KFunction<T>,
8788
private val method: Method,

0 commit comments

Comments
 (0)