Swift: Make CI happy.

This commit is contained in:
Geoffrey White
2024-06-10 18:54:16 +01:00
parent 2f33b9422b
commit ae0bf037ac
2 changed files with 9 additions and 2 deletions

View File

@@ -1,3 +1,7 @@
/**
* This module provides a hand-modifiable wrapper around the generated class `BuiltinLiteralExpr`.
*/
private import codeql.swift.generated.expr.BuiltinLiteralExpr
/**

View File

@@ -1,3 +1,7 @@
/**
* This module provides a hand-modifiable wrapper around the generated class `LiteralExpr`.
*/
private import codeql.swift.generated.expr.LiteralExpr
/**
@@ -5,5 +9,4 @@ private import codeql.swift.generated.expr.LiteralExpr
*
* This is the root class for all literals.
*/
class LiteralExpr extends Generated::LiteralExpr {
}
class LiteralExpr extends Generated::LiteralExpr { }