commit | 728859749e866df1093d6f4f4248b3a65cb3e9b4 | [log] [tgz] |
---|---|---|
author | clementbera <clementbera@google.com> | Tue May 21 12:30:02 2019 +0200 |
committer | clementbera <clementbera@google.com> | Tue May 21 12:30:02 2019 +0200 |
tree | 1fd67f011b2af107022466f25971f26e42d34196 | |
parent | d5bd4f3be274fb921b42579675648b22c1e10122 [diff] [blame] |
Missing Copyright Change-Id: Ieab61c7c07cbc8becebddc409c74e6ae2dbc90d4
diff --git a/src/test/examplesJava11/nestHostExample/OutsideInliningWithAccess.java b/src/test/examplesJava11/nestHostExample/OutsideInliningWithAccess.java index 92f8ca8..dcd5946 100644 --- a/src/test/examplesJava11/nestHostExample/OutsideInliningWithAccess.java +++ b/src/test/examplesJava11/nestHostExample/OutsideInliningWithAccess.java
@@ -1,3 +1,7 @@ +// Copyright (c) 2019, the R8 project authors. Please see the AUTHORS file +// for details. All rights reserved. Use of this source code is governed by a +// BSD-style license that can be found in the LICENSE file. + package nestHostExample; public class OutsideInliningWithAccess extends NestHostInlining.EmptyWithPrivAccess {