Mark
05/03/2021, 2:09 AMfun (String.() -> Unit).test() {
    "anything to demonstrate the point".apply {
        // no code completion for "this" -> "this@test"
        "something".this()
    }
}ephemient
05/03/2021, 2:42 AMYoussef Shoaib [MOD]
05/03/2021, 4:01 AMthis`Expression 'this' of type 'String' cannot be invoked as a function. The function 'invoke()' is not found
Youssef Shoaib [MOD]
05/03/2021, 4:02 AMthis@testthis@testMark
05/03/2021, 4:02 AMthis@testYoussef Shoaib [MOD]
05/03/2021, 4:09 AMJoost Klitsie
05/03/2021, 7:54 AMJoost Klitsie
05/03/2021, 7:54 AMMark
05/03/2021, 8:02 AM