diff options
author | Linux Build Service Account <lnxbuild@localhost> | 2021-04-06 17:12:41 -0700 |
---|---|---|
committer | Linux Build Service Account <lnxbuild@localhost> | 2021-04-06 17:12:41 -0700 |
commit | 68e8af32e419d5e1b10f528565c4574982d0f3f1 (patch) | |
tree | 61a95e818c05af6ceb873f1fd2f236f4052f80fc /test/ProfileTestMultiDex/Second.java | |
parent | 555437b770eb98e59664dd96e3953fe44fcafd02 (diff) | |
parent | 405bc3eb23c86228a24aca8e794862db40d88056 (diff) |
Merge 405bc3eb23c86228a24aca8e794862db40d88056 on remote branch
Change-Id: Id4eea54954862b097f0700b362f6b71dc74c8f1e
Diffstat (limited to 'test/ProfileTestMultiDex/Second.java')
-rw-r--r-- | test/ProfileTestMultiDex/Second.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/ProfileTestMultiDex/Second.java b/test/ProfileTestMultiDex/Second.java index a2bb8d4bfd..c9b3c0be04 100644 --- a/test/ProfileTestMultiDex/Second.java +++ b/test/ProfileTestMultiDex/Second.java @@ -28,6 +28,7 @@ class Second { class SubC extends Super { int getValue() { return 24; } + int getIdentity() { return 42; } } class TestIntrinsicOatdump { |