Skip to content

Commit 1fdc99b

Browse files
committed
-
1 parent df593ae commit 1fdc99b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Tests/PrincipleMacrosTests/Parsers/PropertiesListTests.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ internal struct PropertiesListTests {
1717
init() throws {
1818
let decl: DeclSyntax = """
1919
class Test {
20+
2021
let letProp: Int? = 0
2122
var varProp = ""
2223
lazy var lazyVarProp = Optional<Int>.none

0 commit comments

Comments
 (0)