mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-28 06:51:01 +07:00
5 lines
101 B
Java
5 lines
101 B
Java
class A<T>
|
|
{
|
|
T x = <error descr="Inconvertible types; cannot cast 'int' to 'T'">(T) 1</error>;
|
|
}
|