mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-17 20:11:25 +07:00
more java tests moved to community
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
// "Cast 1st parameter to 'char'" "true"
|
||||
class a {
|
||||
private void test() {}
|
||||
private void test(int i) {}
|
||||
private void test(String s) {}
|
||||
private void test(Object o) {}
|
||||
private void test(char c,char f) {}
|
||||
|
||||
void f() {
|
||||
test(<caret>2.2, 'd');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user