diff options
| author | 2017-01-17 18:15:57 +0000 | |
|---|---|---|
| committer | 2017-01-17 18:15:58 +0000 | |
| commit | 7ccdf0929fb5d1d9a2ea46ec0f320ce459c1effb (patch) | |
| tree | 7ff5d76e39d104f9e39fff30e05b699fb62637da /test/912-classes/src-ex/A.java | |
| parent | c5603b7daabd246dd8b1700ff7eada53e5b57e8a (diff) | |
| parent | 70f16393e7859f489e8403d2cc287db6a442455a (diff) | |
Merge "ART: Add GetClassLoaderClasses"
Diffstat (limited to 'test/912-classes/src-ex/A.java')
| -rw-r--r-- | test/912-classes/src-ex/A.java | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/test/912-classes/src-ex/A.java b/test/912-classes/src-ex/A.java new file mode 100644 index 0000000000..64acb2fcfe --- /dev/null +++ b/test/912-classes/src-ex/A.java @@ -0,0 +1,18 @@ +/* + * Copyright (C) 2017 The Android Open Source Project + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +public class A { +}
\ No newline at end of file |