mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-25 19:29:30 +07:00
basic completion of class keyword after primitive types and arrays (IDEA-72265)
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
private class Zooooooo {
|
||||
{
|
||||
Class<?> cls = byte.cla<caret>
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user