Norbi
01/30/2024, 10:52 PMcontext(SelectorsScope)
infix fun CSSSelector.child(selector: CSSSelector): CSSSelector = child(this, selector)
And it works!
Are context receivers allowed on platforms other than JVM in Kotlin 1.9.22?
* I was just experimenting how the SelectorsScope.child()
function could be made more comfortable with context receiversEdoardo Luppi
01/30/2024, 11:07 PMEdoardo Luppi
01/30/2024, 11:08 PMNorbi
01/30/2024, 11:23 PMjw
01/31/2024, 12:11 AMjw
01/31/2024, 12:12 AMjw
01/31/2024, 12:13 AMNorbi
01/31/2024, 8:13 AMEdoardo Luppi
01/31/2024, 8:54 AMNorbi
01/31/2024, 9:24 AMjw
01/31/2024, 12:30 PMjw
01/31/2024, 12:31 PM