mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-06-03 03:28:17 +07:00
91d936690e
GitOrigin-RevId: 5c27539b889209ecd50a3f7cbfbe38241ce638b1
6 lines
101 B
Java
6 lines
101 B
Java
// "Replace explicit type with 'var'" "true"
|
|
class Main {
|
|
{
|
|
<caret>Runnable r = () -> {};
|
|
}
|
|
} |