If a class definition has more than one variable inside of it, when it creates a dropdown for the class, it fails to contain the first variable and leaves it in the global scope for the file.
It also seems to fail to make a scope with only one variable present, so you get an isolated class and variable in the outline.

This can be very confusing if you use alphabetical (like a heathen)

Example code used
/foo
var/foo_name
/foo/bar
var/bar_name
var/bar_desc
var/bar_another_var
/foo/bar/baz
foo_name = TRUE
bar_desc = FALSE