Working on
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
+NodeWithoutClass = {
|
||||
Field = 1
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
#package TEST.FMT
|
||||
|
||||
// Detached comment
|
||||
|
||||
+Node = {
|
||||
Class = "MyClass"
|
||||
|
||||
// Sticky comment
|
||||
Field = 123
|
||||
Array = {1 2 3}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
#package TEST.INLINE
|
||||
|
||||
+Node = { // Comment after open brace
|
||||
Field1 = "Value" // Comment after value
|
||||
Field2 = 123 // Another comment
|
||||
FieldArr = { 1 2 3 } // Comment after array
|
||||
+Sub = {
|
||||
} // Comment after object
|
||||
}
|
||||
Reference in New Issue
Block a user