mirror of
https://github.com/github/codeql.git
synced 2026-04-26 17:25:19 +02:00
Swift: QLDoc VariadicSequenceType.
This commit is contained in:
@@ -1,4 +1,12 @@
|
||||
// generated by codegen/codegen.py, remove this comment if you wish to edit this file
|
||||
private import codeql.swift.generated.type.VariadicSequenceType
|
||||
|
||||
/**
|
||||
* A variadic sequence type, that is, an array-like type that holds
|
||||
* variadic arguments. For example the type `Int...` of `args` in:
|
||||
* ```
|
||||
* func myVarargsFunction(args: Int...) {
|
||||
* ...
|
||||
* }
|
||||
* ```
|
||||
*/
|
||||
class VariadicSequenceType extends Generated::VariadicSequenceType { }
|
||||
|
||||
Reference in New Issue
Block a user