Closed kiritsuku closed 7 years ago
Test case (for RegionIndexerTest):
RegionIndexerTest
@Test def self_ref_with_compound_type() = { ask(modelName, s""" PREFIX c:<?MODEL?> PREFIX s:<http://schema.org/> SELECT * WHERE { [c:attachment "ref"] s:name ?name ; c:start ?start ; c:end ?end . } """, "<memory>" → """ trait X { self: [[collection]].[[SeqLike]][ [[List]][ [[Int]] ], [[List]][ [[Int]] ] ] with [[collection]].[[IterableLike]][ [[List]][ [[Int]] ], [[List]][ [[Int]] ] ] with [[collection]].[[GenSeqLike]][ [[List]][ [[Int]] ], [[List]][ [[Int]] ] ] ⇒ } """) }
The compound types are simply not indexed.
Test case (for
RegionIndexerTest
):The compound types are simply not indexed.