File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ public func run_StringWithCString(_ N: Int) {
18
18
}
19
19
}
20
20
21
+ // FIXME(string)
21
22
public func run_StringHasPrefix( _ N: Int ) {
22
23
#if _runtime(_ObjC)
23
24
let prefix = " prefix "
@@ -32,6 +33,7 @@ public func run_StringHasPrefix(_ N: Int) {
32
33
#endif
33
34
}
34
35
36
+ // FIXME(string)
35
37
public func run_StringHasSuffix( _ N: Int ) {
36
38
#if _runtime(_ObjC)
37
39
let suffix = " Suffixed "
@@ -46,6 +48,7 @@ public func run_StringHasSuffix(_ N: Int) {
46
48
#endif
47
49
}
48
50
51
+ // FIXME(string)
49
52
public func run_StringHasPrefixUnicode( _ N: Int ) {
50
53
#if _runtime(_ObjC)
51
54
let prefix = " ❄️prefix "
@@ -60,6 +63,7 @@ public func run_StringHasPrefixUnicode(_ N: Int) {
60
63
#endif
61
64
}
62
65
66
+ // FIXME(string)
63
67
public func run_StringHasSuffixUnicode( _ N: Int ) {
64
68
#if _runtime(_ObjC)
65
69
let suffix = " ❄️Suffixed "
You can’t perform that action at this time.
0 commit comments