[Code Samples Inspection] Java > Imports > Unused import

This commit is contained in:
Jakub Chrzanowski 2020-04-16 11:20:38 +02:00
parent 64a547a814
commit bbc4f1c0c3

View File

@ -6,6 +6,15 @@ import com.intellij.testFramework.fixtures.LightJavaCodeInsightFixtureTestCase;
import org.junit.Assert;
import org.junit.Test;
/**
* Created by IntelliJ IDEA.
* User: Alexey.Chursin
* Date: Sep 13, 2010
* Time: 9:35:50 PM
* To change this template use File | Settings | File Templates.
* This test requires Editor > Code Style set to Default IDE
*/
/**
* Created by IntelliJ IDEA.
* User: Alexey.Chursin