blob: fa9eb63352aee2ee3ee2b5fef0893dc1fbdcb17f [file] [log] [blame]
// Copyright 2019 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
dictionary TestDictionary2 {
TestDictionary defaultEmptyDictionary = {};
(TestDictionary or long) defaultEmptyDictionaryForUnion = {};
};