Avatar
Avatar
zunda
@swift-6.1.2 func greet<V: Hashable>(_ v: V) { print(v) } func greet(_ v: Never?) { greet(v) } greet(1) greet("Hello") greet(nil as String?) greet(nil)
exit status: 139 with Stack dump: 0. Program arguments: /usr/bin/swift-frontend -frontend -interpret - -Xllvm -aarch64-use-tbi -disable-objc-interop -empty-abi-descriptor -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 1. Swift version 6.1 (swift-6.1-RELEASE)
13.39 KB