mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
moved java resolve tests to community
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
|
||||
/**
|
||||
* Created by IntelliJ IDEA.
|
||||
* User: ik
|
||||
* Date: 28.05.2003
|
||||
* Time: 16:24:03
|
||||
* To change this template use Options | File Templates.
|
||||
*/
|
||||
public class TestOverloading1 {
|
||||
class A{
|
||||
void foo(){}
|
||||
}
|
||||
class B extends A{
|
||||
void foo(){}
|
||||
}
|
||||
|
||||
{
|
||||
new B().<ref>foo(1);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user