package test fun String.noParam() { } fun String.param(p: String) { }