Fixed incorrect parsing order of type declarations.
This commit is contained in:
11
tests/data/test-cases/typing-1.pddl
Normal file
11
tests/data/test-cases/typing-1.pddl
Normal file
@@ -0,0 +1,11 @@
|
||||
(define
|
||||
(domain test)
|
||||
(:requirements :typing)
|
||||
(:types
|
||||
object
|
||||
a1 a2 a3 - object
|
||||
bx - a1
|
||||
bx - a2
|
||||
bx - a3
|
||||
)
|
||||
)
|
Reference in New Issue
Block a user