We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 759ebf2 commit d47eb5dCopy full SHA for d47eb5d
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