blob: 98a10ec1108fea5c90143caba584feb25dc654d0 [file] [log] [blame]
package com.android.tools.r8.utils.dexinspector;
import com.android.tools.r8.graph.DexType;
public interface NewInstanceInstructionSubject extends InstructionSubject {
DexType getType();
}