Sign in
code
/
git
/
refs/heads/seen
/
.
/
t
/
t4018
/
swift-attribute-with-args
blob: 22b1ee32f110bd9f92654854e84eea231d37fcb4 [
file
] [
edit
]
struct
View
{
@available
(
iOS
13
,
*)
public
func RIGHT
()
{
let
a
=
1
// a comment
print
(
ChangeMe
)
}
}