mirror of
https://github.com/github/codeql.git
synced 2026-04-27 09:45:15 +02:00
Swift: make ParentChild::Impl module private
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
import codeql.swift.elements
|
||||
|
||||
module Impl {
|
||||
private module Impl {
|
||||
{{#classes}}
|
||||
int getMaximumChildrenIndex{{name}}({{name}} e) {
|
||||
{{#root}}e = e and{{/root}}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
// generated by codegen/codegen.py
|
||||
import codeql.swift.elements
|
||||
|
||||
module Impl {
|
||||
private module Impl {
|
||||
int getMaximumChildrenIndexElement(Element e) {
|
||||
e = e and
|
||||
result = 0
|
||||
|
||||
Reference in New Issue
Block a user