diff options
author | Treehugger Robot <treehugger-gerrit@google.com> | 2017-03-03 22:47:20 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2017-03-03 22:47:21 +0000 |
commit | d9f647ac9a5cb0c6f112332d584756251c2cfb9f (patch) | |
tree | 329c14766fa03136a9912b574ba7304ea3e44e6e /test/ProfileTestMultiDex/Second.java | |
parent | b2a6d1218c527a685c421984292c47d241cf4a11 (diff) | |
parent | e0ac1151b360be7147fa20320c0b427688b1424f (diff) |
Merge "Extend profman to generate profiles with inline caches"
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 4ac5abc300..4b3c7a479b 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; } +} + |