mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-18 22:42:49 +07:00
7dd802ccd2
which otherwise would lead to exceptions in the intention
5 lines
70 B
Java
5 lines
70 B
Java
class Test {
|
|
void m() {
|
|
toS<caret>tring(foo() (String) o);
|
|
}
|
|
} |