mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-10 13:17:09 +07:00
moving tests
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
class TestInlineMethod {
|
||||
|
||||
public TestInlineMethod(Integer i1, Integer i2) {
|
||||
}
|
||||
|
||||
public static void main(String[] args) {
|
||||
TestInlineMethod test = new TestInlineMethod(Integer.valueOf("10", 10), Integer.valueOf("A", 16));
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user