fun String.function(a: Int) {} fun call() { "str"?.function(1) }