package codeInsight.completion.variables.locals; /** * Created by IntelliJ IDEA. * User: igork * Date: Nov 25, 2002 * Time: 3:10:08 PM * To change this template use Options | File Templates. */ public class TestSource8 { static { int aaa = b int bbb = 0; } }