mirror of
https://github.com/github/codeql.git
synced 2026-08-01 07:53:00 +02:00
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
13 lines
389 B
Plaintext
13 lines
389 B
Plaintext
private import unified as U
|
|
private import U
|
|
private import codeql.util.test.InlineExpectationsTest
|
|
|
|
module Impl implements InlineExpectationsTestSig {
|
|
class ExpectationComment extends U::Comment {
|
|
/** Gets the text inside this comment, without the surrounding comment delimiters. */
|
|
string getContents() { result = this.getCommentText() }
|
|
}
|
|
|
|
class Location = U::Location;
|
|
}
|