Skip to content

Commit 440cfb5

Browse files
Merge pull request #8740 from augusto2112/embed-func
[lldb] Use function in TestSwiftEmbeddedExpression so its not deleted
2 parents 3169ffe + 206e44c commit 440cfb5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lldb/test/API/lang/swift/embedded/expr/main.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
struct A {
1+
public struct A {
22
var field = 4
33

4-
func foo() -> Int {
4+
public func foo() -> Int {
55
return field * field
66
}
77
}

0 commit comments

Comments
 (0)