blob: dcb965ed27247d6f4f693a2960335a0700cdbe63 [file] [log] [blame]
Tamas Kenez88edc162017-11-01 09:25:19 +01001// Copyright (c) 2017, 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
5public class Inlining3 {
6 public static void differentFileMultilevelInliningLevel2() {
7 System.out.println("differentFileMultilevelInliningLevel2");
8 }
9}