[Code Samples Inspection] Java > Imports > Unused import

This commit is contained in:
Jakub Chrzanowski 2020-04-16 11:20:38 +02:00
parent d5cf2d8af5
commit 632ab6b069

View File

@ -6,6 +6,15 @@ import com.intellij.testFramework.fixtures.LightJavaCodeInsightFixtureTestCase;
import org.junit.Assert; import org.junit.Assert;
import org.junit.Test; 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. * Created by IntelliJ IDEA.
* User: Alexey.Chursin * User: Alexey.Chursin