package org.nutz.aop.asm.test; public class Aop6 { public native void runNative(); public synchronized void runSynchronized() {} }