Avatar
Avatar
Yuta Saito
@swift-main protocol MyType {} public protocol P { var a: MyType { get } } public enum E { public protocol P { var a: MyType { get } } }
swiftNightly BOT 5/21/2025 12:16 PM
exit status: 1 with <stdin>:4:9: error: property cannot be declared public because its type uses an internal type 1 | protocol MyType {} | `- note: type declared here
734 bytes