mirror of
https://github.com/github/codeql.git
synced 2026-01-20 01:44:54 +01:00
13 lines
310 B
Plaintext
13 lines
310 B
Plaintext
private import javascript as JS
|
|
private import codeql.util.test.InlineExpectationsTest
|
|
|
|
module Impl implements InlineExpectationsTestSig {
|
|
private import javascript
|
|
|
|
class ExpectationComment extends LineComment {
|
|
string getContents() { result = this.getText() }
|
|
}
|
|
|
|
class Location = JS::Location;
|
|
}
|