diff options
| author | Calin Juravle <calin@google.com> | 2017-03-03 22:56:16 +0000 |
|---|---|---|
| committer | android-build-merger <android-build-merger@google.com> | 2017-03-03 22:56:16 +0000 |
| commit | 760e2a04efd921c16c131b6b03a50e0cc5cacbc5 (patch) | |
| tree | 329c14766fa03136a9912b574ba7304ea3e44e6e /test/ProfileTestMultiDex/Second.java | |
| parent | a8eb2f3b2ebfbf70c289d10d09550e9e8856f59c (diff) | |
| parent | 8c0b363edbfb8231ac61b9e770ba35138a039107 (diff) | |
Merge "Extend profman to generate profiles with inline caches" am: d9f647ac9a
am: 8c0b363edb
Change-Id: I8f45be78b26d3f4b61e6b7ee5663ebf7f16a3c1a
Diffstat (limited to 'test/ProfileTestMultiDex/Second.java')
| -rw-r--r-- | test/ProfileTestMultiDex/Second.java | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/ProfileTestMultiDex/Second.java b/test/ProfileTestMultiDex/Second.java index 4ac5abc3008..4b3c7a479b5 100644 --- a/test/ProfileTestMultiDex/Second.java +++ b/test/ProfileTestMultiDex/Second.java @@ -25,3 +25,8 @@ class Second { return "Z"; } } + +class SubC extends Super { + int getValue() { return 24; } +} + |
