``` interface IFoo { fun bar(a: String, b: Str...
# announcements
v
Copy code
interface IFoo {
    fun bar(a: String, b: String = "world"): String
}