mirror of
https://github.com/github/codeql.git
synced 2026-04-25 16:55:19 +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}}
|
||||
|
||||
Reference in New Issue
Block a user