blob: b139ae00d24b08a10eb15255df1dc6461f01b844 [file] [log] [blame]
package com.siyeh.igtest.threading;
public class VolatileLongOrDoubleInspection
{
private volatile long foo =4L;
private volatile double bar =4L;
private volatile int[] bar2 = new int[3];
}