clementbera | 7288597 | 2019-05-21 12:30:02 +0200 | [diff] [blame] | 1 | // Copyright (c) 2019, the R8 project authors. Please see the AUTHORS file |
| 2 | // for details. All rights reserved. Use of this source code is governed by a |
| 3 | // BSD-style license that can be found in the LICENSE file. |
| 4 | |
clementbera | d5bd4f3 | 2019-05-21 12:22:06 +0200 | [diff] [blame] | 5 | package nestHostExample; |
| 6 | |
| 7 | public class OutsideInliningNoAccess extends NestHostInlining.EmptyNoPrivAccess { |
| 8 | |
| 9 | public static void main(String[] args) { |
| 10 | System.out.println("OutsideInliningNoAccess"); |
| 11 | } |
| 12 | } |