@@ -4213,7 +4213,7 @@ public interface ColumnsSelectionDsl<out T> : ColumnSelectionDsl<T>, SingleColum
42134213 * ##
42144214 * Finally, [colsOf][org.jetbrains.kotlinx.dataframe.api.colsOf] can also take a [KType] argument instead of a reified type.
42154215 * This is useful when the type is not known at compile time or when the API function cannot be inlined.
4216- * (TODO: [Issue: #325, context receiver support](https://github.com/Kotlin/dataframe/issues/325))
4216+ *
42174217 *
42184218 * `df.`[select][org.jetbrains.kotlinx.dataframe.DataFrame.select]` { `[colsOf][org.jetbrains.kotlinx.dataframe.api.colsOf]`(`[typeOf][typeOf]`<`[Int][Int]`>()) }`
42194219 *
@@ -4252,7 +4252,7 @@ public interface ColumnsSelectionDsl<out T> : ColumnSelectionDsl<T>, SingleColum
42524252 * ##
42534253 * Finally, [colsOf][org.jetbrains.kotlinx.dataframe.api.colsOf] can also take a [KType] argument instead of a reified type.
42544254 * This is useful when the type is not known at compile time or when the API function cannot be inlined.
4255- * (TODO: [Issue: #325, context receiver support](https://github.com/Kotlin/dataframe/issues/325))
4255+ *
42564256 *
42574257 * `df.`[select][org.jetbrains.kotlinx.dataframe.DataFrame.select]` { `[colsOf][org.jetbrains.kotlinx.dataframe.api.colsOf]`(`[typeOf][typeOf]`<`[Int][Int]`>()) }`
42584258 *
@@ -4330,7 +4330,7 @@ public inline fun <reified C> ColumnSet<*>.dfsOf(noinline filter: (ColumnWithPat
43304330 * ##
43314331 * Finally, [colsOf] can also take a [KType] argument instead of a reified type.
43324332 * This is useful when the type is not known at compile time or when the API function cannot be inlined.
4333- * (TODO: [Issue: #325, context receiver support](https://github.com/Kotlin/dataframe/issues/325))
4333+ *
43344334 *
43354335 * `df.`[select][DataFrame.select]` { `[colsOf][colsOf]`(`[typeOf][typeOf]`<`[Int][Int]`>()) }`
43364336 *
@@ -4358,7 +4358,7 @@ internal interface ColsOf
43584358 * ##
43594359 * Finally, [colsOf][org.jetbrains.kotlinx.dataframe.api.colsOf] can also take a [KType] argument instead of a reified type.
43604360 * This is useful when the type is not known at compile time or when the API function cannot be inlined.
4361- * (TODO: [Issue: #325, context receiver support](https://github.com/Kotlin/dataframe/issues/325))
4361+ *
43624362 *
43634363 * `df.`[select][org.jetbrains.kotlinx.dataframe.DataFrame.select]` { `[colsOf][org.jetbrains.kotlinx.dataframe.api.colsOf]`(`[typeOf][typeOf]`<`[Int][Int]`>()) }`
43644364 *
@@ -4394,7 +4394,7 @@ private interface CommonColsOfDocs {
43944394 * ##
43954395 * Finally, [colsOf][org.jetbrains.kotlinx.dataframe.api.colsOf] can also take a [KType] argument instead of a reified type.
43964396 * This is useful when the type is not known at compile time or when the API function cannot be inlined.
4397- * (TODO: [Issue: #325, context receiver support](https://github.com/Kotlin/dataframe/issues/325))
4397+ *
43984398 *
43994399 * `df.`[select][org.jetbrains.kotlinx.dataframe.DataFrame.select]` { `[colsOf][org.jetbrains.kotlinx.dataframe.api.colsOf]`(`[typeOf][typeOf]`<`[Int][Int]`>()) }`
44004400 *
@@ -4435,7 +4435,7 @@ public fun <C> ColumnSet<*>.colsOf(type: KType, filter: (DataColumn<C>) -> Boole
44354435 * ##
44364436 * Finally, [colsOf][org.jetbrains.kotlinx.dataframe.api.colsOf] can also take a [KType] argument instead of a reified type.
44374437 * This is useful when the type is not known at compile time or when the API function cannot be inlined.
4438- * (TODO: [Issue: #325, context receiver support](https://github.com/Kotlin/dataframe/issues/325))
4438+ *
44394439 *
44404440 * `df.`[select][org.jetbrains.kotlinx.dataframe.DataFrame.select]` { `[colsOf][org.jetbrains.kotlinx.dataframe.api.colsOf]`(`[typeOf][typeOf]`<`[Int][Int]`>()) }`
44414441 *
0 commit comments