blob: df7af092482f786cdc1182afb8d0c6a520baf9a7 [file] [log] [blame]
// "Remove parameter 'a'" "true"
fun String.foo(<caret>a:Int = 0, b: Int) {
}