1e523423a053af5cb55837f07ceae9ff2fd581712Nicolas Geoffray#
2e523423a053af5cb55837f07ceae9ff2fd581712Nicolas Geoffray# Copyright (C) 2015 The Android Open Source Project
3e523423a053af5cb55837f07ceae9ff2fd581712Nicolas Geoffray#
4e523423a053af5cb55837f07ceae9ff2fd581712Nicolas Geoffray# Licensed under the Apache License, Version 2.0 (the "License");
5e523423a053af5cb55837f07ceae9ff2fd581712Nicolas Geoffray# you may not use this file except in compliance with the License.
6e523423a053af5cb55837f07ceae9ff2fd581712Nicolas Geoffray# You may obtain a copy of the License at
7e523423a053af5cb55837f07ceae9ff2fd581712Nicolas Geoffray#
8e523423a053af5cb55837f07ceae9ff2fd581712Nicolas Geoffray#     http://www.apache.org/licenses/LICENSE-2.0
9e523423a053af5cb55837f07ceae9ff2fd581712Nicolas Geoffray#
10e523423a053af5cb55837f07ceae9ff2fd581712Nicolas Geoffray# Unless required by applicable law or agreed to in writing, software
11e523423a053af5cb55837f07ceae9ff2fd581712Nicolas Geoffray# distributed under the License is distributed on an "AS IS" BASIS,
12e523423a053af5cb55837f07ceae9ff2fd581712Nicolas Geoffray# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13e523423a053af5cb55837f07ceae9ff2fd581712Nicolas Geoffray# See the License for the specific language governing permissions and
14e523423a053af5cb55837f07ceae9ff2fd581712Nicolas Geoffray# limitations under the License.
15e523423a053af5cb55837f07ceae9ff2fd581712Nicolas Geoffray
16e523423a053af5cb55837f07ceae9ff2fd581712Nicolas Geoffray.class abstract public LSuperClass;
17e523423a053af5cb55837f07ceae9ff2fd581712Nicolas Geoffray.super Ljava/lang/Object;
18e523423a053af5cb55837f07ceae9ff2fd581712Nicolas Geoffray
19e523423a053af5cb55837f07ceae9ff2fd581712Nicolas Geoffray.method public constructor <init>()V
20e523423a053af5cb55837f07ceae9ff2fd581712Nicolas Geoffray.registers 1
21e523423a053af5cb55837f07ceae9ff2fd581712Nicolas Geoffray    invoke-direct {v0}, Ljava/lang/Object;-><init>()V
22e523423a053af5cb55837f07ceae9ff2fd581712Nicolas Geoffray    return-void
23e523423a053af5cb55837f07ceae9ff2fd581712Nicolas Geoffray.end method
24