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