blob: 514c14ebfc31a6af13c9080996c561a85dd27d3a [file] [log] [blame]
// RUN: %empty-directory(%t)
// RUN: %target-build-swift -emit-module-path %t/main.swiftmodule -module-name main %s %S/Inputs/SR8045-other.swift
public class Sub: Super {
public override func foo(_ f: @escaping Alias<Bool>) {}
}