mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-01 12:50:56 +07:00
8 lines
132 B
Java
8 lines
132 B
Java
// "Replace explicit type with 'var'" "false"
|
|
class Main {
|
|
{
|
|
<caret>String str = m();
|
|
}
|
|
|
|
static <T> T m() {return t;}
|
|
} |