Files
swift-mirror/validation-test/compiler_scale/bind_nested_extension_decl.gyb
Slava Pestov 4ab28fb63c Add scale test for nested type extension binding
This performance problem was fixed a while ago by Doug's request
evaluator work.
2018-09-14 14:31:46 -07:00

10 lines
216 B
Plaintext

// RUN: %scale-test --sum-multi --typecheck --begin 5 --end 16 --step 5 --select NumDeclsValidated %s
// REQUIRES: OS=macosx
// REQUIRES: asserts
struct Outer${N} {
struct Inner {}
}
extension Outer${N}.Inner {}