// "Create parameter 'value'" "true" // DISABLE-ERRORS interface Tr { fun foo(value: String, b: String) = "" fun bar(value: String) = foo(value, b) }