Swift: make ParentChild::Impl module private

This commit is contained in:
Paolo Tranquilli
2022-08-29 17:35:16 +02:00
parent 20e94b8a38
commit 3f4a330658
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
import codeql.swift.elements
module Impl {
private module Impl {
{{#classes}}
int getMaximumChildrenIndex{{name}}({{name}} e) {
{{#root}}e = e and{{/root}}