Improved lsp + builder + using logger
This commit is contained in:
6
test/integration/hierarchical_dup_1.marte
Normal file
6
test/integration/hierarchical_dup_1.marte
Normal file
@@ -0,0 +1,6 @@
|
||||
#package Proj.DupBase
|
||||
|
||||
+DupObj = {
|
||||
Class = "DupClass"
|
||||
FieldY = 1
|
||||
}
|
||||
3
test/integration/hierarchical_dup_2.marte
Normal file
3
test/integration/hierarchical_dup_2.marte
Normal file
@@ -0,0 +1,3 @@
|
||||
#package Proj.DupBase.DupObj
|
||||
|
||||
FieldY = 2
|
||||
5
test/integration/hierarchical_pkg_1.marte
Normal file
5
test/integration/hierarchical_pkg_1.marte
Normal file
@@ -0,0 +1,5 @@
|
||||
#package Proj.Base
|
||||
|
||||
+MyObj = {
|
||||
Class = "BaseClass"
|
||||
}
|
||||
3
test/integration/hierarchical_pkg_2.marte
Normal file
3
test/integration/hierarchical_pkg_2.marte
Normal file
@@ -0,0 +1,3 @@
|
||||
#package Proj.Base.MyObj
|
||||
|
||||
FieldX = 100
|
||||
6
test/integration/multifile_dup_1.marte
Normal file
6
test/integration/multifile_dup_1.marte
Normal file
@@ -0,0 +1,6 @@
|
||||
#package Proj.TestPackage
|
||||
|
||||
+DupNode = {
|
||||
Class = "DupClass"
|
||||
FieldX = 1
|
||||
}
|
||||
5
test/integration/multifile_dup_2.marte
Normal file
5
test/integration/multifile_dup_2.marte
Normal file
@@ -0,0 +1,5 @@
|
||||
#package Proj.TestPackage
|
||||
|
||||
+DupNode = {
|
||||
FieldX = 2
|
||||
}
|
||||
5
test/integration/multifile_ref_1.marte
Normal file
5
test/integration/multifile_ref_1.marte
Normal file
@@ -0,0 +1,5 @@
|
||||
#package Proj.TestPackage
|
||||
|
||||
+TargetNode = {
|
||||
Class = "TargetClass"
|
||||
}
|
||||
6
test/integration/multifile_ref_2.marte
Normal file
6
test/integration/multifile_ref_2.marte
Normal file
@@ -0,0 +1,6 @@
|
||||
#package Proj.TestPackage
|
||||
|
||||
+SourceNode = {
|
||||
Class = "SourceClass"
|
||||
Target = TargetNode
|
||||
}
|
||||
5
test/integration/multifile_valid_1.marte
Normal file
5
test/integration/multifile_valid_1.marte
Normal file
@@ -0,0 +1,5 @@
|
||||
#package Proj.TestPackage
|
||||
|
||||
+MyNode = {
|
||||
FieldA = 10
|
||||
}
|
||||
6
test/integration/multifile_valid_2.marte
Normal file
6
test/integration/multifile_valid_2.marte
Normal file
@@ -0,0 +1,6 @@
|
||||
#package Proj.TestPackage
|
||||
|
||||
+MyNode = {
|
||||
Class = "MyClass"
|
||||
FieldB = 20
|
||||
}
|
||||
Reference in New Issue
Block a user