mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-23 20:05:01 +07:00
Co-authored-by: Tagir Valeev <tagir.valeev@jetbrains.com> GitOrigin-RevId: 4a913ecf301f3d47d6a697b30272c842ee408158
8 lines
150 B
Java
8 lines
150 B
Java
class A {
|
|
<T> A(T x) {}
|
|
|
|
{
|
|
new <String>A<error descr="'A(java.lang.String)' in 'A' cannot be applied to '(int)'">(1)</error>;
|
|
}
|
|
}
|