We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47b16fb commit 9981879Copy full SHA for 9981879
test-static-stdlib/main.swift
@@ -3,4 +3,4 @@ import Foundation
3
4
let u = URL(fileURLWithPath: "file:///foo")
5
6
-print("foo bar baz: \(u)")
+print("foo bar baz: \(u.relativePath)")
0 commit comments