blob: ad064708f0ce00387f941ec051e20493683635dd [file] [log] [blame]
// RUN: %target-swift-emit-silgen %s
class Foo {
init(f: @escaping () -> String = String.init) {
}
}