Avatar
Avatar
zunda
@swift-main struct Foo<Bar> { func foo() { struct Body: Codable { } } }
swiftNightly BOT 7/12/2024 1:38 PM
exit status: 1 with <stdin>:3:12: error: type 'Body' cannot be nested in generic function 'foo()' 1 | struct Foo<Bar> { 2 | func foo() { 3 | struct Body: Codable { | `- error: type 'Body' cannot be nested in generic function 'foo()' 4 | 5 | }