mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-04 08:27:11 +07:00
GitOrigin-RevId: 63f09455cddca03d4c9f9870a6c60e68e334c010
6 lines
102 B
Java
6 lines
102 B
Java
// "Replace explicit type with 'var'" "false"
|
|
class Main {
|
|
{
|
|
<caret>Runnable r = () -> {};
|
|
}
|
|
} |