We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The following test from ScalaSourceIndexerTest reveals the behavior:
ScalaSourceIndexerTest
@Test def classOf_ref() = { indexData(Artifact(Project("p"), "o", "n", "v1"), "x.scala" → """ class X { def f = classOf[X] } """) sparqlRequest(""" prefix ref:<http://amora.center/kb/amora/Schema/0.1/Ref/0.1/> select * where { [ref:name "classOf"] ref:refToDecl ?classOfDecl . } """) === ??? }
I haven't look into what to put at the ??? but it is definitely not what the query gives as answer right now.
???
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The following test from
ScalaSourceIndexerTest
reveals the behavior:I haven't look into what to put at the
???
but it is definitely not what the query gives as answer right now.The text was updated successfully, but these errors were encountered: