Avatar
Avatar
omochimetaru
@swift-6.0.3 @swift-main class NS { static func register(r: ((NS.Type) -> (NS) -> Void) -> Void) { r { (t: NS.Type) in let m: (NS) -> Void = t.foo return m } } init() {} func foo() {} }
swiftNightly BOT 8/29/2024 6:52 AM
exit status: 134 with swift-frontend: /home/build-user/llvm-project/llvm/include/llvm/Support/Casting.h:109: static bool llvm::isa_impl_cl<swift::ParenType, const swift::TypeBase *>::doit(const From *) [To = swift::ParenType, From = const swift::TypeBase *]: Assertion `Val && "isa<> used on a null pointer"' failed. Stack dump: 0. Program arguments: /usr/bin/swift-frontend -frontend -interpret - -disable-objc-interop -empty-abi-descriptor -Xcc -working-directory -Xcc /tmp/24a014a03782fc30 -resource-dir /usr/lib/swift -module-name main -in-process-plugin-server-path /usr/lib/swift/host/libSwiftInProcPluginServer.so -plugin-path /usr/lib/swift/host/plugins -plugin-path /usr/local/lib/swift/host/plugins
7.22 KB