mirror of
https://github.com/github/codeql.git
synced 2026-04-24 16:25:15 +02:00
Swift: Make CI happy.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
/**
|
||||
* This module provides a hand-modifiable wrapper around the generated class `BuiltinLiteralExpr`.
|
||||
*/
|
||||
|
||||
private import codeql.swift.generated.expr.BuiltinLiteralExpr
|
||||
|
||||
/**
|
||||
|
||||
@@ -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 { }
|
||||
|
||||
Reference in New Issue
Block a user