blob: 51cda59d49ef5f52ccb93a2220cb1db250d40e52 [file] [log] [blame]
package com.siyeh.igtest.portability;
public class NativeMethodInspection
{
public NativeMethodInspection()
{
}
public native void foo();
}