Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
PojavLauncherTeam
GitHub Repository: PojavLauncherTeam/angle
Path: blob/main_old/third_party/r8/playground/Playground.java
2585 views
1
// Copyright 2020 The Chromium Authors. All rights reserved.
2
// Use of this source code is governed by a BSD-style license that can be
3
// found in the LICENSE file.
4
5
/**
6
* Add a snippet of code here that you want to test the optimization of.
7
*/
8
public class Playground
9
{
10
public static void main(String[] args)
11
{
12
System.out.println("Your test here");
13
}
14
15
private static native boolean ensureSideEffects();
16
}
17
18