mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-07 22:09:38 +07:00
moving tests
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
public class Foo
|
||||
{
|
||||
public static void main( String[] args )
|
||||
{
|
||||
System.out.println( "integer" + ":" + new Integer( 5 ));
|
||||
System.out.println( "float" + ":" + new Float( 5.5f ));
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user