Working on
This commit is contained in:
11
test/integration/fmt.marte
Normal file
11
test/integration/fmt.marte
Normal file
@@ -0,0 +1,11 @@
|
||||
#package TEST.FMT
|
||||
|
||||
// Detached comment
|
||||
|
||||
+Node = {
|
||||
Class = "MyClass"
|
||||
|
||||
// Sticky comment
|
||||
Field = 123
|
||||
Array = {1 2 3}
|
||||
}
|
||||
Reference in New Issue
Block a user