blob: f188c7894d68fb75ea07535ec3a670cd3cda3ac3 [file] [log] [blame]
package test
fun String.noParam() {
}
fun String.param(p: String) {
}