mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 03:13:40 +07:00
LVTI: ensure standalone context for vars
This commit is contained in:
+11
@@ -0,0 +1,11 @@
|
||||
|
||||
import java.util.ArrayList;
|
||||
|
||||
class Main {
|
||||
|
||||
{
|
||||
var v = true ? new ArrayList<String>()
|
||||
: new ArrayList<Integer>();
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user