mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-26 19:06:24 +07:00
java highlighting tests moved to community
This commit is contained in:
+17
@@ -0,0 +1,17 @@
|
||||
import bug.test.BaseClass;
|
||||
|
||||
/**
|
||||
* Created by IntelliJ IDEA.
|
||||
* Date: Dec 13, 2007
|
||||
* Time: 4:15:48 PM
|
||||
* To change this template use File | Settings | File Templates.
|
||||
*/
|
||||
public class BugTest {
|
||||
public static void main(){
|
||||
BaseClass testClass = new BaseClass();
|
||||
|
||||
testClass.doSomething(5);
|
||||
|
||||
testClass.doSomethingElse(5);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user